Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44349 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10025 invoked from network); 17 Jun 2009 20:27:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jun 2009 20:27:40 -0000 X-Host-Fingerprint: 85.21.236.169 xdmitri.static.corbina.ru Received: from [85.21.236.169] ([85.21.236.169:6585] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/20-51188-BB1593A4 for ; Wed, 17 Jun 2009 16:27:39 -0400 Message-ID: <3F.20.51188.BB1593A4@pb1.pair.com> To: internals@lists.php.net References: <74.A3.35766.8C4283A4@pb1.pair.com> <1245229469.3667.7.camel@goldfinger.johannes.nop> <1245239385.3667.31.camel@goldfinger.johannes.nop> <1245255016.3667.34.camel@goldfinger.johannes.nop> Date: Thu, 18 Jun 2009 00:27:44 +0400 Lines: 16 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Posted-By: 85.21.236.169 Subject: Re: [PHP-DEV] seems 5.3RC3 is too unstable From: dmda@yandex.ru ("jvlad") >> Core was generated by >> `/export/home/jvlad/php/php-5.3.0RC3/sapi/cli/php -n -dshort_open_tag=0 -dsaf'. > > What's the full command line and the script being executed? I'm not sure how to check it. > Best would be to reduce the script to the mimimum that's needed. I don't know what script was executed. Bt shows where the crash is happening and BusError suggests that crash happened because of attempt to read or write to misaligned pointer. For example if you try to assign a pointer pointing to int32 and containing an address not aligned to 32bit boundary, it will coredump with BusError.