php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33432 tests ext/xsl/tests/xslt002.phpt (and xslt004.phpt and xslt005.phpt) segfault
Submitted: 2005-06-22 11:44 UTC Modified: 2005-06-27 00:34 UTC
From: sniper@php.net Assigned: rrichards (profile)
Status: Closed Package: XSLT related
PHP Version: 5CVS-2005-06-23 OS: Linux (FC4 x86_64)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sniper@php.net
New email:
PHP Version: OS:

 

 [2005-06-22 11:44 UTC] sniper@php.net
Description:
------------
[Switching to Thread 46912531672000 (LWP 19407)]
0x000000000081787a in zend_object_store_get_object (zobject=0x0)
    at /usr/src/php/php5/Zend/zend_objects_API.c:202
202             zend_object_handle handle = Z_OBJ_HANDLE_P(zobject);
(gdb) bt
#0  0x000000000081787a in zend_object_store_get_object (zobject=0x0)
    at /usr/src/php/php5/Zend/zend_objects_API.c:202
#1  0x00000000004d6083 in zif_dom_nodelist_item (ht=1, return_value=0xedbe30, return_value_ptr=0x0, 
    this_ptr=0xedd050, return_value_used=1) at /usr/src/php/php5/ext/dom/nodelist.c:118
#2  0x0000000000828da6 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fffffc4fe60)
    at /usr/src/php/php5/Zend/zend_vm_execute.h:184
#3  0x0000000000829a33 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fffffc4fe60)
    at /usr/src/php/php5/Zend/zend_vm_execute.h:299
#4  0x0000000000828921 in execute (op_array=0xed37c0) at /usr/src/php/php5/Zend/zend_vm_execute.h:87
#5  0x00000000007f6311 in zend_execute_scripts (type=8, retval=0x0, file_count=3)
    at /usr/src/php/php5/Zend/zend.c:1080
#6  0x000000000079cceb in php_execute_script (primary_file=0x7fffffc524c0)
    at /usr/src/php/php5/main/main.c:1671
#7  0x000000000089021a in main (argc=2, argv=0x7fffffc526c8) at /usr/src/php/php5/sapi/cli/php_cli.c:1039


Reproduce code:
---------------
ext/xsl/tests/xslt002.phpt

Possibly related to bug #33431 ?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-23 12:42 UTC] rrichards@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2005-06-23 13:02 UTC] sniper@php.net
Still fails, same crash.
 [2005-06-27 00:34 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 20:01:29 2024 UTC