Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63211 invoked from network); 11 Oct 2008 17:53:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Oct 2008 17:53:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=php-dev.list@daevel.fr; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=php-dev.list@daevel.fr; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daevel.fr designates 91.121.160.166 as permitted sender) X-PHP-List-Original-Sender: php-dev.list@daevel.fr X-Host-Fingerprint: 91.121.160.166 scrubby.daevel.fr Linux 2.6 Received: from [91.121.160.166] ([91.121.160.166:56225] helo=scrubby.daevel.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/F2-46613-CF7E0F84 for ; Sat, 11 Oct 2008 13:53:01 -0400 Received: from luuna.daevel.fr ([82.67.25.170] helo=[192.168.1.50]) by scrubby.daevel.fr with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.68) (envelope-from ) id 1Koie7-0001og-Mp for internals@lists.php.net; Sat, 11 Oct 2008 19:52:55 +0200 Message-ID: <48F0E7F2.2010607@daevel.fr> Date: Sat, 11 Oct 2008 19:52:50 +0200 User-Agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: internals@lists.php.net References: <48EF89BD.5030904@daevel.fr> <48F05C90.1070609@suse.de> In-Reply-To: <48F05C90.1070609@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] segfault after an "invalid read of size 8" From: php-dev.list@daevel.fr (Olivier Bonvalet) Hello, it's a Debian Lenny (testing) 64bits : Linux debian 2.6.26-1-amd64 #1 SMP Wed Sep 10 15:31:12 UTC 2008 x86_64 GNU/Linux (and I have the problem with the Debian version of PHP too) Cristian Rodríguez a écrit : > Olivier Bonvalet escribió: > > >> Should I try to reduce the size of the PHP script (actually it use a >> framework) to can reproduce the problem ; or is this output of valgrind >> is enough ? >> > > what does > > > var_dump(posix_uname()); > > ?> > > produces in your system and what OS are you using ? > >