Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6534 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74036 invoked by uid 1010); 18 Dec 2003 12:50:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74011 invoked from network); 18 Dec 2003 12:50:11 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 18 Dec 2003 12:50:11 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hBICoA6g024243; Thu, 18 Dec 2003 13:50:10 +0100 Date: Thu, 18 Dec 2003 13:50:10 +0100 (CET) X-X-Sender: derick@localhost To: Pierre-Alain Joye cc: internals@lists.php.net In-Reply-To: <20031218134629.7c13aa17.paj@pearfr.org> Message-ID: References: <20031218124303.18e22274.paj@pearfr.org> <20031218134629.7c13aa17.paj@pearfr.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] B3, pear segfault, and msgs about deprecated From: derick@php.net (Derick Rethans) On Thu, 18 Dec 2003, Pierre-Alain Joye wrote: > 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. Can you put the datafile + serialize call in a test case? Derick