Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76430 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33189 invoked from network); 11 Aug 2014 14:32:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2014 14:32:53 -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.192.48 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.192.48 mail-qg0-f48.google.com Received: from [209.85.192.48] ([209.85.192.48:53512] helo=mail-qg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/A1-22956-414D8E35 for ; Mon, 11 Aug 2014 10:32:53 -0400 Received: by mail-qg0-f48.google.com with SMTP id i50so8479239qgf.35 for ; Mon, 11 Aug 2014 07:33:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0mpEipI4Rj6O9dgZ99CT9McZYU9OrmyNbZLXFmyqUM8=; b=QMLhDjHAX52mB8tuZXFnNAROaHZzrlJOroaDfh0BWr9LSf88n+6jSAIP86ZdgE/NWS mTM/wfAxMKBk8Av9UxMP6VVNkz6wMlcbhKmTlFt/7Oln+zgx3GNLHAxNXXq4KhFhg+Uq kIl8olELsfaDMCGztZJcWStK3BuqjrjCATqN++j2Abwofp8WlnO3BedjJ0O/sSye1OWn oWMYo0mmiohwAlFwn9EXLdnPIP7uAZrXhNxAt4esvPmzHvHI/dVdRR/U8kW1IbMrE3xG e5Kg7LUS6G15dP88kep+w9hNzkRr5qbQ0mSLvQP4j7/cAOULk34ahGUX7VY1aLo7HeUx zmOA== MIME-Version: 1.0 X-Received: by 10.224.75.130 with SMTP id y2mr59228805qaj.72.1407767609724; Mon, 11 Aug 2014 07:33:29 -0700 (PDT) Received: by 10.140.102.111 with HTTP; Mon, 11 Aug 2014 07:33:29 -0700 (PDT) In-Reply-To: <32.51.22956.971D8E35@pb1.pair.com> References: <6C.E3.23250.3AD0CD35@pb1.pair.com> <32.51.22956.971D8E35@pb1.pair.com> Date: Mon, 11 Aug 2014 16:33:29 +0200 Message-ID: To: Pascal Chevrel Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11c2ef7e4dd70e05005b706b Subject: Re: [PHP-DEV] Re: PHPNG crashes when using composer From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c2ef7e4dd70e05005b706b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Aug 11, 2014 at 4:22 PM, Pascal Chevrel wrote: > Le 11/08/2014 16:10, Laruence a =C3=A9crit : > > Hey: >> >> >> >> On Mon, Aug 11, 2014 at 10:07 PM, Pascal Chevrel >> wrote: >> >>> Le 01/08/2014 13:58, Pascal Chevrel a =C3=A9crit : >>> >>> Hi >>>> >>>> Another bug I found: https://bugs.php.net/bug.php?id=3D67735 >>>> >>>> When running "composer update" on a project I participate in >>>> (https://github.com/framasoft/framadate), PHPNG crashes. >>>> >>>> Regards >>>> >>> >> >> are you able to get a backtrace? >> >> if yes, please paste the backtrace as a comment in that bug entry >> >> it will give us a useful help :) >> >> thanks >> > > Hi, > > I had looked at the instructions to provide a backtrace and they don't > target PHP devs but C devs and the instructions suppose a lot of knowledg= e > I don't have, sorry, I don't currently have time to invest in understandi= ng > the instructions that are provided as they are not straightforward nor > detailed enough for people that don't compile PHP but just use the PPA :/ > > I do have though the dump file produced by ubuntu on crashing that is > 1.7MB big, I can copy paste the part that looks relevant to PHP in the bu= g > which looks like a hundred lines; although I am not entirely sure this is > what you guys are asking for. > > Regards, > > > Pascal > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > nope, as you was told in the bugreport(https://bugs.php.net/bug.php?id=3D67= 735), we need the backtrace generated from the core file. the core file is basically a dump of the memory from the crashed process we can't really use it without the environment which produced it, so we need you to follow the instructions from https://bugs.php.net/bugs-generating-backtrace.php and provide a backtrace from gdb (which produces something similar than what debug_backtrace does but for C applications). but at this point I start to think that it would be easier to ask you to tell us the exact composer version you are using, the exact composer command you are executing and to upload the composer.json and/or composer.lock you currently have so that maybe somebody else (who can create a backtrace) can reproduce the issue that way. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c2ef7e4dd70e05005b706b--