php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66642 Core dump in CLI
Submitted: 2014-02-04 14:53 UTC Modified: 2020-10-21 15:03 UTC
Votes:2
Avg. Score:2.0 ± 1.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: daniel at blodan dot se Assigned: cmb (profile)
Status: Closed Package: CGI/CLI related
PHP Version: 5.5.8 OS: FreeBSD
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 !
Your email address:
MUST BE VALID
Solve the problem:
37 - 30 = ?
Subscribe to this entry?

 
 [2014-02-04 14:53 UTC] daniel at blodan dot se
Description:
------------
(gdb) bt
#0  0x000000000054a743 in _zend_mm_alloc_int ()
#1  0x00000000005667cb in zend_str_tolower_dup ()
#2  0x0000000000551fa7 in zend_add_func_name_literal ()
#3  0x000000000055380d in zend_do_begin_method_call ()
#4  0x0000000000535414 in zendparse ()
#5  0x00000000005398d0 in compile_file ()
#6  0x0000000809427114 in phar_compile_file () from /usr/local/lib/php/20121212/phar.so
#7  0x00000008028093e7 in compile_and_cache_file () from /usr/local/lib/php/20121212/opcache.so
#8  0x000000080280a86c in persistent_compile_file () from /usr/local/lib/php/20121212/opcache.so
#9  0x00000000005c6947 in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER ()
#10 0x00000000005a0668 in execute_ex ()
#11 0x000000000056f0ed in zend_execute_scripts ()
#12 0x0000000000510f65 in php_execute_script ()
#13 0x0000000000618484 in do_cli ()
#14 0x0000000000618c35 in main ()
#15 0x0000000000418ece in _start ()
#16 0x000000080097d000 in ?? ()
#17 0x0000000000000000 in ?? ()
#18 0x0000000000000009 in ?? ()
#19 0x00007fffffffdd50 in ?? ()
#20 0x00007fffffffdd63 in ?? ()
#21 0x00007fffffffdd66 in ?? ()
#22 0x00007fffffffdd69 in ?? ()
#23 0x00007fffffffdd93 in ?? ()
#24 0x00007fffffffddb7 in ?? ()
#25 0x00007fffffffddca in ?? ()
#26 0x00007fffffffddce in ?? ()
#27 0x00007fffffffddd3 in ?? ()
#28 0x0000000000000000 in ?? ()
#29 0x00007fffffffdddf in ?? ()
#30 0x00007fffffffddea in ?? ()
#31 0x00007fffffffde04 in ?? ()
#32 0x00007fffffffde26 in ?? ()
#33 0x00007fffffffde39 in ?? ()
#34 0x00007fffffffde45 in ?? ()
#35 0x00007fffffffde5c in ?? ()
#36 0x00007fffffffde67 in ?? ()
#37 0x00007fffffffde7d in ?? ()
#38 0x00007fffffffdedb in ?? ()
#39 0x00007fffffffdee7 in ?? ()
#40 0x00007fffffffdef8 in ?? ()
#41 0x00007fffffffdf04 in ?? ()
#42 0x00007fffffffdf0f in ?? ()
#43 0x00007fffffffdf17 in ?? ()
#44 0x00007fffffffdf26 in ?? ()
#45 0x00007fffffffdf58 in ?? ()
#46 0x0000000000000000 in ?? ()
#47 0x0000000000000003 in ?? ()
#48 0x0000000000400040 in ?? ()
#49 0x0000000000000004 in ?? ()
#50 0x0000000000000038 in ?? ()
#51 0x0000000000000005 in ?? ()
#52 0x0000000000000008 in ?? ()
#53 0x0000000000000006 in ?? ()

Expected result:
----------------
No core dump

Actual result:
--------------
Core dump

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-10-21 09:54 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-10-21 09:54 UTC] cmb@php.net
Does this still happen with any of the actively supported PHP
versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2020-10-21 15:03 UTC] daniel at blodan dot se
-Status: Feedback +Status: Closed
 [2020-10-21 15:03 UTC] daniel at blodan dot se
Probably not,  closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 14:01:29 2024 UTC