Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11751 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62703 invoked by uid 1010); 31 Jul 2004 00:57:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62605 invoked from network); 31 Jul 2004 00:57:02 -0000 Received: from unknown (HELO anchor-post-32.mail.demon.net) (194.217.242.90) by pb1.pair.com with SMTP; 31 Jul 2004 00:57:02 -0000 Received: from elfyn.demon.co.uk ([158.152.33.32]) by anchor-post-32.mail.demon.net with esmtp (Exim 3.35 #1) id 1BqiBH-000NqU-0W; Sat, 31 Jul 2004 00:57:00 +0000 Received: from elfyn by elfyn.demon.co.uk with local (Exim 4.34) id 1BqiBG-0006Nz-Vw; Sat, 31 Jul 2004 01:56:58 +0100 Date: Sat, 31 Jul 2004 01:56:58 +0100 To: Kevin Waterson Cc: internals@lists.php.net Message-ID: <20040731005658.GD7189@elfyn.demon.co.uk> References: <20040731095153.18b65258.kevin@oceania.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cQXOx3fnlpmgJsTP" Content-Disposition: inline In-Reply-To: <20040731095153.18b65258.kevin@oceania.net> X-PGP-Key-Id: 0x456548B4 X-PGP-Key-Server: hkp://pgp.mit.edu User-Agent: Mutt/1.5.6i Sender: Elfyn McBratney Subject: Re: [PHP-DEV] Seg fault From: beu@gnu.org (Elfyn McBratney) --cQXOx3fnlpmgJsTP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Kevin, On Sat, Jul 31, 2004 at 09:51:53AM +1000, Kevin Waterson wrote: > Sorry if this is not GOTO related ;) > not too sure what list this belongs on, but here it iw >=20 > (gdb) run -X > Starting program: /usr/local/apache/bin/httpd -X > [Thread debugging using libthread_db enabled] > [New Thread -1084688640 (LWP 5825)] >=20 > 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). =46rom 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.,=20 Apache 1.3 :) Anyway, this might be of help: http://uk2.php.net/manual/en/faq.general.php#faq.general.bug --=20 Elfyn McBratney PGP Key ID: 0x456548B4 PGP Key Fingerprint: 29D5 91BB 8748 7CC9 650F 31FE 6888 0C2A 4565 48B4 --cQXOx3fnlpmgJsTP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBCu5aaIgMKkVlSLQRAhEmAKCwb4t9uf5JobDDK62CJN35suSGPACglNIo sPUTfZk4AiuPkLR/HHelmt0= =9Njj -----END PGP SIGNATURE----- --cQXOx3fnlpmgJsTP--