php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78212 Segfault in built-in webserver
Submitted: 2019-06-25 18:12 UTC Modified: 2019-07-11 11:06 UTC
From: v-altruo at microsoft dot com Assigned: cmb (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: 7.3.7RC3 OS: Windows
Private report: No CVE-ID: None
 [2019-06-25 18:12 UTC] v-altruo at microsoft dot com
Description:
------------
Test only fails for TS builds regardless of opcache on/off. Test also fails for 7.4.0alpha1. 

Failed Test File: tests\run-test\bug75042-3.phpt

Test script:
---------------
<?php

Expected result:
----------------
PHP Warning:  PHP Startup: Unable to load dynamic library '%snonexistentsharedmodule.%s' %A

Actual result:
--------------
<No output>

Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-06-27 09:42 UTC] cmb@php.net
-Status: Open +Status: Verified -Package: Testing related +Package: Scripting Engine problem -Assigned To: +Assigned To: cmb
 [2019-06-27 09:42 UTC] cmb@php.net
Thanks!  This is actually a "real" bug, causing a segfault.

I wonder why this test didn't fail on AppVeyor, though.  Have to
investigate.
 [2019-06-27 09:43 UTC] cmb@php.net
The following pull request has been associated:

Patch Name: Fix #78212: No output
On GitHub:  https://github.com/php/php-src/pull/4320
Patch:      https://github.com/php/php-src/pull/4320.patch
 [2019-07-11 11:06 UTC] cmb@php.net
-Summary: No output +Summary: Segfault in built-in webserver
 [2019-07-11 11:06 UTC] cmb@php.net
While I'm still wondering why the test apparently passes on
AppVeyor, this is clearly a bug that needs to be fixed.
 [2019-07-11 11:12 UTC] cmb@php.net
Automatic comment on behalf of cmbecker69@gmx.de
Revision: http://git.php.net/?p=php-src.git;a=commit;h=fa65f5ecf5d0539f15a3048bf8c073f4c262baf1
Log: Fix #78212: Segfault in built-in webserver
 [2019-07-11 11:12 UTC] cmb@php.net
-Status: Verified +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC