Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55834 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94390 invoked from network); 17 Oct 2011 09:32:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2011 09:32:54 -0000 X-Host-Fingerprint: 82.135.34.202 host-82-135-34-202.customer.m-online.net Received: from [82.135.34.202] ([82.135.34.202:19225] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/30-27630-446FB9E4 for ; Mon, 17 Oct 2011 05:32:53 -0400 Message-ID: <75.30.27630.446FB9E4@pb1.pair.com> To: internals@lists.php.net Date: Mon, 17 Oct 2011 11:32:48 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 References: <3B.84.07463.1872B9E4@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 82.135.34.202 Subject: Re: [PHP-DEV] Issues with Traits / php crashes From: h.lapp@clipdealer.de (Harald Lapp) hi pierre, yes, i will try to collect as many as possible information and open a bug, if i have something ... i still hope, that i manage to isolate the problem that i am able to create the reproduce script. best, harald Am 16.10.11 23:15, schrieb Pierre Joye: > hi Harald, > > Please be sure to open a bug at bugs.php.net and attach the info there > too (backtrace, reproduce script, etc.). > > Cheers, > > On Sun, Oct 16, 2011 at 8:50 PM, Harald Lapp wrote: >> hi stefan, >> >> Am 16.10.11 20:42, schrieb Stefan Marr: >>> >>> Hi Harald: >>> >>> On 16 Oct 2011, at 20:31, Harald Lapp wrote: >>> >>>> with the current php-5.4 beta my processes are dying, but with the lates >>>> snapshot, not -- i still get the message: >>> >>> There have been a number of bug fixes since the last beta. >>> The list is here: >>> >>> https://bugs.php.net/search.php?search_for=trait&boolean=0&limit=30&order_by=&direction=DESC&cmd=display&status=All&bug_type=All&project=All&php_os=&phpver=&cve_id=&assign=&author_email=&bug_age=0&bug_updated=0 >>> >>> If it does not crash with the snapshots, that is what I understand from >>> your sentence, then those fixed bugs might already be the ones you >>> encounter. >> >> yes, i ment: with php-5.4 beta the PHP process was indeed dying, but with >> the latest snapshot the PHP process is not dying, but the application is >> still crashing. >> >>>> my question is: is there anything i can do to track this problem down, to >>>> get a useful backtrace / core dump or any other information, that would >>>> count as useful information for filing a bug-report? as it is know, i have >>>> nothing in my hands besides the info, that it's crashing ... >>> >>> Since you already suspect the traits implementation, how about your unit >>> tests in that regard? >>> I would guess they might be run easily with the CLI version of PHP. That >>> is at least the way I narrow down the origin of such crashes. >> >> mmm ... i understand, and you are right, i should be able to run this with >> the CLI version. i will try this next ... >> >> best regards, >> harald >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > >