> > 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 -
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
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
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
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