Re: [BUGS] crash in apache

2002-09-08 Thread Tatsuo Ishii
> > I got a sig 11 in an apache child process: It's a well known problem with PHP 4.0.6. Upgrade to php 4.2.2. (you could upgrade to 4.2.3 if you do not care about mbstring module bugs). -- Tatsuo Ishii ---(end of broadcast)--- TIP 4: Don't 'kill -

[BUGS] ecpg hackery to get ecpg to compile from FreeBSD ports...

2002-09-08 Thread Sean Chittenden
Different bogon that I ran across: 2:35pm sean@mat:ecpg/lib > gmake cc -O -pipe -g -O -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/include

[BUGS] pg_config Makefile bogon...

2002-09-08 Thread Sean Chittenden
Attached is a quick patch that fixes making pg_config. When making the port on FreeBSD, it uses commas in the LDFLAGS section of the configure args and sed doesn't grok that so well. Patch just changes the delimiters. -sc Now: sed -e 's|@bindir@|/usr/local/bin|g' \ -e 's|@includedir@|/us

Re: [BUGS] crash in apache

2002-09-08 Thread Markus Bertheau
On Sun, 2002-09-08 at 21:19, Markus Bertheau wrote: > I got a sig 11 in an apache child process: This time with debug symbols: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 6943)] 0x403e5425 in _efree (ptr=0x83d7154) at ../../Zend/zend_alloc.c:226 226

[BUGS] crash in apache

2002-09-08 Thread Markus Bertheau
I got a sig 11 in an apache child process: (gdb) bt #0 0x403e53f5 in _efree () from /etc/httpd/modules/libphp4.so #1 0x408efcb0 in _notice_handler () from /usr/lib/php4/pgsql.so #2 0x40905cfe in getNotice () from /usr/lib/libpq.so.2 #3 0x4090555b in parseInput () from /usr/lib/libpq.so.2 #4