Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105140 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 70772 invoked from network); 8 Apr 2019 11:39:43 -0000 Received: from unknown (HELO mail-it1-f196.google.com) (209.85.166.196) by pb1.pair.com with SMTP; 8 Apr 2019 11:39:43 -0000 Received: by mail-it1-f196.google.com with SMTP id 139so19586355ita.4 for ; Mon, 08 Apr 2019 01:36:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=dSulkCfXnI5MZrok+oVx7yrpR9cCSte+6Li1aIfHU/A=; b=i30HbAnhin1ehjBUObnrCwFY3Od8CWSSrmt9fntDkH1NCP+be6CQtaUdU84bf3xtYs RNiEEz0bcgWWp3ZNME71V629bAlDtuJl6T2Q9rQgGQpSV91x0yEAolu6ASvbF1eJk0UF 2xkegdHPTA/WPnodwT39lYWfhaMp6IYV34CjTCROSWbnBWrO1kR8SDH5WrzX0VwOJ+Uk ZLXQz+71QWxWkodOmDfMJqP8HQP9GgTnHz98MnlDR+i4iv3T4hqJBZcCLQeMJ5GNwmdb 1ep74ADLPK7QYdRWZ1eqp2f3X9h0JDnY14CLowC5DW1rORWsNZJPzJvCDh7PXh2gpJ67 ScMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dSulkCfXnI5MZrok+oVx7yrpR9cCSte+6Li1aIfHU/A=; b=MVbqk/xcMAATSYqzMWZ7HRmWMcFRQiK8LJSS8BfdHAxBI+o1zmT+sYDkDM+qjOguiZ e+15ogPAPzEAyfybbwAoAFbMJUrW2mIXSdTN2T79ex0aTBhCgsCeC/YYgFJz7gNtV9kH URbrhGTbeE2F1fqUDud//wCnv6tfipLd+0Q/rC5Tj0N45ArYYJINFHVw422Kzlxalx/4 TtycvFZ2Ef4hppNSQlbbKi7PknquoL79eSUpHXDZ9ZGSxPpRu3+Y0HXz4FKwk7h5pmv1 Z2dCBFXLA6H32jw2zXW8HPQk7MZbzqip9+/H0TaVGv9gd1mi/ADvw+L4BZMGj/e2jIWl N4xQ== X-Gm-Message-State: APjAAAVZrz06ZgGmvhnLitcU/YS78IDVLMv/xvNCPlACqZ6VvGq65RmN Zhi+fhIIKbuiyx5Jxvup/EIjNFBOtnapWg2oue4= X-Google-Smtp-Source: APXvYqxgZ1emFD3mT8uxVDnOHT8kw6gpURjodRcT9bsEoGqPFqIeMn2XZJBCUaxahPqd+3bb1iJ6gDaChBhArR7pqss= X-Received: by 2002:a02:ad05:: with SMTP id s5mr19365678jan.71.1554712578671; Mon, 08 Apr 2019 01:36:18 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 8 Apr 2019 10:36:01 +0200 Message-ID: To: Matteo Beccati Cc: Dmitry Stogov , PHP Internals Content-Type: multipart/alternative; boundary="000000000000fac9e9058600babd" Subject: Re: [PHP-DEV] PHP 7.4 segfaults From: nikita.ppv@gmail.com (Nikita Popov) --000000000000fac9e9058600babd Content-Type: text/plain; charset="UTF-8" On Wed, Apr 3, 2019 at 2:48 PM Matteo Beccati wrote: > Hi dmitry, internals, > > As I wrote somewhere else, I've finally been able to find time to update > the Bamboo instance I've been using during the past few years to run > daily PHP builds, run their test suites and use them to run test suites > of few popular open source projects as I've been doing since phpng. > > The Revive Adserver test suite has currently a few failures with 7.4 > that I need to look into, but some of them are in fact caused by > segmentation faults in PHP, possibly by its legacy syntax usage: > > https://revive.beccati.com/bamboo/browse/REV-LP-P74M-1801 > > I've identified two different kinds: one in zend_assign_to_variable and > the other one during shutdown. Here are the backtraces: > > https://gist.github.com/mbeccati/da3e304cd1fcdeddc43ec35f4c5c224f > > I can provide more info on how to run the test suite or grant ssh access > to the box if anyone is interested in digging deeper. > Hi Matteo, The zend_assign_to_variable issue should be fixed with https://github.com/php/php-src/commit/e86820eb568bf1badd94b6cc9fa958119cc06bb4. This issue was introduced by the typed properties implementation. Nikita --000000000000fac9e9058600babd--