Sorry if this is not GOTO related ;)
not too sure what list this belongs on, but here it iw
(gdb) run -X
Starting program: /usr/local/apache/bin/httpd -X
[Thread debugging using libthread_db enabled]
[New Thread -1084688640 (LWP 5825)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1084688640 (LWP 5825)]
0x002ecedc in memcpy () from /lib/tls/libc.so.6
Kevin
(_____ \
) ) ____ ____ ____ ____
| / / _ ) / _ | / ) / _ )
| | ( (/ / ( ( | |( ( ( (/ /
|| _) _||| _) ___)
Kevin Waterson
Port Macquarie, Australia
Hello Kevin,
Sorry if this is not GOTO related ;)
not too sure what list this belongs on, but here it iw(gdb) run -X
Starting program: /usr/local/apache/bin/httpd -X
[Thread debugging using libthread_db enabled]
[New Thread -1084688640 (LWP 5825)]Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1084688640 (LWP 5825)]
0x002ecedc in memcpy () from /lib/tls/libc.so.6
Any hints on what version of Apache and PHP are in use here? Also,
that backtrace is pretty much useless (generally, you would need to
enable debugging when you configure PHP for a backtrace to be of
any use in tracking such a problem).
From the backtrace, I'm guessing your using Apache 2, which has a
history of problems with PHP (thread safety, for one). If that's
the case, you might consider using something that works i.e.,
Apache 1.3 :)
Anyway, this might be of help:
http://uk2.php.net/manual/en/faq.general.php#faq.general.bug
--
Elfyn McBratney
PGP Key ID: 0x456548B4
PGP Key Fingerprint:
29D5 91BB 8748 7CC9 650F 31FE 6888 0C2A 4565 48B4