Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6562 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6880 invoked by uid 1010); 18 Dec 2003 21:55:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6773 invoked from network); 18 Dec 2003 21:55:49 -0000 Received: from unknown (HELO mail.netbeat.de) (62.208.140.19) by pb1.pair.com with SMTP; 18 Dec 2003 21:55:49 -0000 Received: (qmail 756 invoked from network); 18 Dec 2003 21:58:24 -0000 Received: from pd9ebf721.dip.t-dialin.net (HELO phpbar.de) (217.235.247.33) by mail.netbeat.de with SMTP; 18 Dec 2003 21:58:24 -0000 Message-ID: <3FE22229.9010209@phpbar.de> Date: Thu, 18 Dec 2003 22:54:49 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net References: <20031218124303.18e22274.paj@pearfr.org> <20031218124303.18e22274.paj@pearfr.org> <5.1.0.14.2.20031218201056.07660648@localhost> In-Reply-To: <5.1.0.14.2.20031218201056.07660648@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] B3, pear segfault From: schlueter@phpbar.de (Johannes Schlueter) Hi, as I wrote in my initial post: Even changing the paramters for pear/install-pear.php "helps" and I am not able to create a simpler script reproducing the crash. But meanwhile I've found the time when it broke: zend_execute.c,v 1.565 2003/12/14 16:09:07 still works but zend_execute.c,v 1.566 2003/12/15 07:22:09 breaks. So this seems to be the causing commit: http://lists.php.net/article.php?group=php.zend-engine.cvs&article=2118 maybe it helps... Zeev Suraski wrote: > Any chance you can dissect it to the smallest piece of code that still > produces the crash? > > At 14:46 18/12/2003, Pierre-Alain Joye wrote: > >> On Thu, 18 Dec 2003 12:43:03 +0100 >> Pierre-Alain Joye wrote: >> >> > Hello, >> > >> > I'm trying to see why $ make install-pear-packages segfaults with >> > HEAD. I hope I'll commit the fixes today. I suspect references >> > problem... >> > >> > I got new messages (which where not displayed before): >> > : var: Deprecated. Please use the public/private/protected modifiers >> > in XXX.php on line XX >> > >> > Have these warning/notices been introduced recently? >> > >> > Or is it related to the e_pedantic thing? >> >> Ok segfault is on line pear/PEAR/Registry.php line 345. >> >> This is a call to unserialize. I do not know yet why it fails. Maybe >> (again) the serialized data is corrupted. Anyway unserialize should >> ""never"" segfault. >> >> hth >> >> pierre >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php