Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55819 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98581 invoked from network); 16 Oct 2011 18:40:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2011 18:40:36 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:47313] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/03-07463-2252B9E4 for ; Sun, 16 Oct 2011 14:40:35 -0400 Received: by ywt32 with SMTP id 32so297974ywt.29 for ; Sun, 16 Oct 2011 11:40:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yUwPPJTiFbslpdkQPVK989ohg7RokFx0P+vlBtSAxxc=; b=J7NXVwt7UdKdKKx7/zjYd5zleJlmIUNXCZjyURd8yYUzQPRgtVHre11A8v+olWIn6P iHEpkjkMqG/xxPV9tPoixUBToR/PIPz/xiDKgyr0B+hKKuo6I9RUc5TFXOyrPQfIjUoe khGbkBUs1vC4v5hfPCqLoH1BV3EjQ2VEI0X+s= MIME-Version: 1.0 Received: by 10.236.22.33 with SMTP id s21mr22794486yhs.70.1318790432208; Sun, 16 Oct 2011 11:40:32 -0700 (PDT) Received: by 10.147.125.13 with HTTP; Sun, 16 Oct 2011 11:40:32 -0700 (PDT) In-Reply-To: References: Date: Sun, 16 Oct 2011 20:40:32 +0200 Message-ID: To: Harald Lapp Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8f6478233eb64d04af6ed33b Subject: Re: [PHP-DEV] Issues with Traits / php crashes From: tyra3l@gmail.com (Ferenc Kovacs) --e89a8f6478233eb64d04af6ed33b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, Oct 16, 2011 at 8:31 PM, Harald Lapp wrote: > hi, > > i wonder if anybody out there already tried traits in more complex php > applications. i am currently trying to rewrite part of a somehow complex > application to use traits and i have the problem, that my scripts are dyi= ng, > as soon as i include the trait. > > with the current php-5.4 beta my processes are dying, but with the lates > snapshot, not -- i still get the message: > > 2011-10-16 16:41:19: (mod_fastcgi.c.2462) unexpected end-of-file (perhaps > the fastcgi process died): pid: 18556 socket: unix:/tmp/php-fastcgi.socke= t-3 > 2011-10-16 16:41:19: (mod_fastcgi.c.3254) response not received, request > sent: 1329 on socket: unix:/tmp/php-fastcgi.socket-3 for /index.php , > closing connection > > ... in my logs, though. > > the real problem now is that i seem to be unable to isolate the issue. > it seems to have something to do with properties in traits, but if i try = to > reconstruct this with simple example scripts, there won't be any > crash. > > 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 hav= e > nothing in my hands besides the info, that it's crashing ... > > thanks in advance! > > harald > > https://bugs.php.net/bugs-generating-backtrace.php --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --e89a8f6478233eb64d04af6ed33b--