You are right.
This is solved in 8.4 and is in the release notes. Even thought the 8.4 has a 
bug in displaying the SSL mode and that’s why I didn’t installed at the first 
place, then I realized is only a display problem and if you write in the 
registry directly everything is ok.

I have posted another bug issue for this.


So my problem is pertly solved, and thanks a million guys for all the help:)

Annita Veneti 

-----Ursprüngliche Nachricht-----
Von: Russell Smith [mailto:mr-r...@pws.com.au] 
Gesendet: Donnerstag, 24. September 2009 23:55
An: Annita Veneti
Cc: Matt Taylor; pgsql-bugs@postgresql.org
Betreff: Re: [BUGS] BUG #5063: MS Access crashes by quiting after linking 
tables with PostgreSQL

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