Annita Veneti wrote:
> Matt you are absolutely right! The msysconf is not related...
> Yesterday I did some test and have seen that the access is working fine with 
> postgres as long as the SSL mode is disable, as soon as I put it enabled then 
> it crashes on shutdown....
>
> Go figure!!!
>
> Any ideas?
>   
What version of the PostgreSQL client libraries are you running.  There
is a bug in anything before 8.4 that would unlink libpq from memory and
not remove the SSL callback functions in that code.  When other
libraries attempt to shutdown their SSL, it crashes as those functions
point to invalid memory.  I've not seen this on the Windows platform
personally yet.  But I have seen it running php on linux.  Have a look
at " libpq does not manage SSL callbacks properly when other libraries
are involved." reported by me on 25/6/08.

Regards

Russell

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to