[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: postgresql W^X problem?



Adam wrote:
> Writing some code to handle database connections to postgresql, I have a
> linked list of structures containing a PGconn pointer and a status flag.
> When some connections are no longer needed, and I walk through the list
> calling PQfinish, the first 2 connections get cleaned up fine, and then
> when it tries to call PQfinish on the 3rd connection, the app core
> dumps on OpenBSD (-current i386).  
Kinda difficult to asertain without some source code to look at, hmmm?

-- Adam S.