Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91663 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31437 invoked from network); 14 Mar 2016 22:14:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2016 22:14:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam.baratz@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam.baratz@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.172 as permitted sender) X-PHP-List-Original-Sender: adam.baratz@gmail.com X-Host-Fingerprint: 209.85.213.172 mail-ig0-f172.google.com Received: from [209.85.213.172] ([209.85.213.172:38351] helo=mail-ig0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/11-20120-3D737E65 for ; Mon, 14 Mar 2016 17:14:43 -0500 Received: by mail-ig0-f172.google.com with SMTP id ig19so1507198igb.1 for ; Mon, 14 Mar 2016 15:14:43 -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; bh=jcRWDBKORL5oR8mv5xpfq1MQ6hZOfED9f6AAieTyRPU=; b=DR9Z3Anuj6d1GyK1fNg0kdzwpeSynyqe2Exql29XhIeMGXjyYnnStTbWI6sF1pHxhV KzSnqkdmCzK1LWAJWmjWOavo9KIuTE1zdSsZ6liY9S8LlMDIEE0t8zihB4NeDizz2buy 3crpjS9AlKlZIEKp6KwCCsrq2gF/r3BpLAfq5DMn3I+1rI8Ku/gu2V20VFtnTasPt/iN QOkBgIDxOksJb4kiKd9LJS+FOGjXeqw6UjzQq8E1PJo6AqxbO+BtfbG3+eLUBoF5+bq9 1fbt4xEY3/b5CKnocTLWWiIh5u7xu3fOjE8K0I8hnH1Ir+VN35N2641LEpGmpyXe8WhG OHhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=jcRWDBKORL5oR8mv5xpfq1MQ6hZOfED9f6AAieTyRPU=; b=dVOOmlXTu2+7+3JGB5xIrKtizZ6H8vPLmB1fp/q4TOCF1TsDJpQg5jS4Zq1eD8Ejnp kw+ah/ZN74Ckdp5OU96jpDpTO3it0dDqm4/E4YFsE6/Wn8tYrUeoKnbxqEIQnhOnwA5z XHkjb3WOpC1medHt0+5QVA+sYraWbNxTequ0R1dFTchXrVhc9ckxF64ajAR9AmsJ416N K6+e4hwyP6yboy96qSIIr68bRDVsERIXeKWy7KHx3yt+zIw780IMMfEeftCao9qP9dGi GkX38e4sfkUJm/oCGifP14nKuS0KyzmN8HRAMPT3u4sdHCnhX3cHgBaCLuHtgOzaQJxP BhJw== X-Gm-Message-State: AD7BkJIELV4wpedak81l4dI+qny5756HtMaa0FWVvUEJsu6FHiJDE1OvBlKLmcVoagobu5U62Gy+aW7Uuryqdw== MIME-Version: 1.0 X-Received: by 10.50.143.4 with SMTP id sa4mr16154499igb.26.1457993680754; Mon, 14 Mar 2016 15:14:40 -0700 (PDT) Received: by 10.64.11.34 with HTTP; Mon, 14 Mar 2016 15:14:40 -0700 (PDT) In-Reply-To: <1457665548.1061866.545958842.16C20BB0@webmail.messagingengine.com> References: <1457551845.3425423.544508602.6A6DC80A@webmail.messagingengine.com> <1457665548.1061866.545958842.16C20BB0@webmail.messagingengine.com> Date: Mon, 14 Mar 2016 18:14:40 -0400 Message-ID: To: Will Fitch Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1134bce26d2355052e099b93 Subject: Re: [PHP-DEV] segfault in ini_lex() in 7.0.3 From: adam.baratz@gmail.com (Adam Baratz) --001a1134bce26d2355052e099b93 Content-Type: text/plain; charset=UTF-8 > > If you haven't already done so, please file a bug report. The files > uploaded aren't very helpful in terms of diagnosing the issue. > I've dug a little deeper into this. Haven't isolated exactly where the problem's coming from, but I know enough to say the segfault I shared is a side effect of the actual problem. --001a1134bce26d2355052e099b93--