Re: BUG #5063: MS Access crashes by quiting after linking tables with PostgreSQL
От | Russell Smith |
---|---|
Тема | Re: BUG #5063: MS Access crashes by quiting after linking tables with PostgreSQL |
Дата | |
Msg-id | 4ABBEA9C.5000103@pws.com.au обсуждение исходный текст |
Ответ на | Re: BUG #5063: MS Access crashes by quiting after linking tables with PostgreSQL (Annita Veneti <annita.veneti@qs-unisolution.com>) |
Ответы |
Re: BUG #5063: MS Access crashes by quiting after linking
tables with PostgreSQL
|
Список | pgsql-bugs |
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
В списке pgsql-bugs по дате отправления: