php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77374 Crash (segfault) on PHP7.3 on Debian Testing
Submitted: 2018-12-30 12:41 UTC Modified: 2019-01-13 04:22 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: edhelas at movim dot eu Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 7.3.0 OS: Debian Testing
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
34 + 16 = ?
Subscribe to this entry?

 
 [2018-12-30 12:41 UTC] edhelas at movim dot eu
Description:
------------
PHP 7.3.0-2 (cli) (built: Dec 17 2018 09:51:53) ( NTS )

Stack trace:

[181734.573915] php[12221]: segfault at 0 ip 0000558dfdc254b0 sp 00007ffd8a2bd790 error 6 in php7.3[558dfd9dc000+25f000]
[181734.573932] Code: eb 1f 8b 47 04 83 f8 0a 74 33 25 10 fc ff ff 83 f8 10 74 70 48 83 c3 10 83 ed 01 0f 84 d6 fd ff ff 80 7b 09 00 74 ed 48 8b 3b <83> 2f 01 75 d3 c7 43 08 01 00 00 00 e8 4f 0e f8 ff eb d7 80 7f 11 

Stack trace of thread 12221:
#0  0x0000558dfdc254b0 n/a (php7.3)
#1  0x0000558dfdc28b07 execute_ex (php7.3)
#2  0x0000558dfdb9a68e zend_call_function (php7.3)
#3  0x0000558dfdadd6c2 n/a (php7.3)
#4  0x0000558dfdc2dd3a execute_ex (php7.3)
#5  0x0000558dfdc2f027 zend_execute (php7.3)
#6  0x0000558dfdba85d3 zend_execute_scripts (php7.3)
#7  0x0000558dfdb49478 php_execute_script (php7.3)
#8  0x0000558dfdc3158e n/a (php7.3)
#9  0x0000558dfda0f84f n/a (php7.3)
#10 0x00007f7d23e3709b __libc_start_main (libc.so.6)
#11 0x0000558dfda0f94a _start (php7.3)

Stack trace of thread 12227:
#0  0x00007f7d1ed13c8e n/a (libgomp.so.1)
#1  0x00007f7d1ed11718 n/a (libgomp.so.1)
#2  0x00007f7d23df7fa3 start_thread (libpthread.so.0)
#3  0x00007f7d23f0c88f __clone (libc.so.6)

Stack trace of thread 12226:
#0  0x00007f7d1ed13c8e n/a (libgomp.so.1)
#1  0x00007f7d1ed11718 n/a (libgomp.so.1)
#2  0x00007f7d23df7fa3 start_thread (libpthread.so.0)
#3  0x00007f7d23f0c88f __clone (libc.so.6)



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-12-30 12:53 UTC] danack@php.net
Can you give a clue as to what code is required to cause this crash? Kind of hard to investigate with no clue how to reproduce the problem.

Also:

> NTS
> libgomp.so.1
> libpthread.so.0

You appear to be running the non-thread safe version of PHP with two libraries that use threads. 

Has this ever worked for you on other versions of PHP.
 [2018-12-30 13:15 UTC] cmb@php.net
-Status: Open +Status: Feedback
 [2019-01-13 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC