PDA

View Full Version : Segmentation faults and ADODB



UnfetteredDreaming
September 5th, 2007, 09:10 PM
When using ADODB to manipulate my postgresql database I'm getting a segmentation fault whenever my php script disconnects from the database. I used this same code in Gentoo and it worked, but in Ubuntu its been rather problematic. Has anyone else encountered this type of problem, and if so what did you do to remedy the situation.

Thanks in advance,
Matt

UnfetteredDreaming
September 5th, 2007, 09:13 PM
I also tried directly connecting to the database through standard php libraries and I get the same error

my code I used to try this was

$DB = pg_connect("host=localhost dbname=testdb user=dbuser password=dbpass");

I still get a segmentation fault when the file ends.

has there been any fix to this?

simmerz
September 21st, 2008, 08:03 PM
I still get this error message with Hardy Heron. Any news on it?