Re: Unregistered OpenSSL callbacks access violation

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Ranier VF <ranier_gyn(at)hotmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Unregistered OpenSSL callbacks access violation
Date: 2016-06-09 01:39:35
Message-ID: CAB7nPqR_zKiQYH+LvvFAwk9wHZCTdTOCmULk_P9Y6+xt9gDe0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jun 9, 2016 at 4:01 AM, Ranier VF <ranier_gyn(at)hotmail(dot)com> wrote:
> Postgresql 9.5
> WARNING: Stack unwind information not available. Following frames may be wrong.
> SSLEAY32!SSL_shutdown+0x4
> LIBPQ!PQpingParams+0x1631
> LIBPQ!PQfinish+0x11
> nginx!dbd_pgsql_close+0x106 [c:\usr\src\dbd\postgresql\dbd_pgsql.c @ 279]
> nginx!dbd_pgsql_cleanup+0x3d [c:\usr\src\dbd\postgresql\dbd_pgsql.c @ 296]
> nginx!ngx_destroy_pool+0x36 [c:\msys\1.0\nginx-1.10\src\core\ngx_palloc.c @ 57]
> nginx!ngx_worker_process_exit+0x176 [c:\msys\1.0\nginx-1.10\src\os\win32\ngx_process_cycle.c @ 850]
> nginx!ngx_worker_process_cycle+0x526 [c:\msys\1.0\nginx-1.10\src\os\win32\ngx_process_cycle.c @ 753]
> nginx!ngx_master_process_cycle+0x37 [c:\msys\1.0\nginx-1.10\src\os\win32\ngx_process_cycle.c @ 76]
> nginx!main+0x45c [c:\msys\1.0\nginx-1.10\src\core\nginx.c @ 367]
> nginx!__tmainCRTStartup+0x10b [f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c @ 278]
> kernel32!RegisterWaitForInputIdle+0x49
> Question?
> Wy PQfinish call PQpingParams, if app it is disconnecting from server?

PQfinish never calls PQpingParams, so this stack is not something we
can rely on I am afraid. Which version of Postgres 9.5 are you using?
9.5.3? If you use 9.5.2 are you still seeing the problem? We may be
seeing a side-effect of a3c17b2a here.
--
Michael

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2016-06-09 01:43:53 Re: Can SET_VARSIZE cause a memory leak?
Previous Message John R Pierce 2016-06-09 01:15:04 Re: Automate copy - Postgres 9.2