ID:               30660
 Updated by:       php-bugs@lists.php.net
 Reported By:      margus at zone dot ee
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Reproducible crash
 Operating System: SuSe Linux 9.0
 PHP Version:      5.0.2
 Assigned To:      john
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2005-03-14 22:43:52] [EMAIL PROTECTED]

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



------------------------------------------------------------------------

[2004-12-03 18:29:28] brent at jeneral dot com

I have two systems w/ apparently identical software systems--FreeBSD
5.2.1 with the same ported application versions (PHP 5.0.2).  One fails
the simple test as identified in the notes below and the other works
perfectly.  I do not see any software differences between the systems,
only hardware differences.  Unfortunately, the failing system is the
production box.

------------------------------------------------------------------------

[2004-11-08 12:34:13] [EMAIL PROTECTED]

I'll look into it, hopefully I'll be able to reproduce it in RH

------------------------------------------------------------------------

[2004-11-02 14:23:54] margus at zone dot ee

linux:/home/margus/install/php-5.0.2 # gdb sapi/cli/php 
GNU gdb 5.3.92
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i586-suse-linux"...
(gdb) run -c . tidytest.php
Starting program: /home/margus/install/php-5.0.2/sapi/cli/php -c .
tidytest.php
[New Thread 16384 (LWP 21668)]
Exiting...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 21668)]
0x0816a055 in _zval_dtor (zvalue=0x826ad1c) at
/home/margus/install/php-5.0.2/Zend/zend_variables.c:61
61                                     
Z_OBJ_HT_P(zvalue)->del_ref(zvalue TSRMLS_CC);
(gdb) bt
#0  0x0816a055 in _zval_dtor (zvalue=0x826ad1c) at
/home/margus/install/php-5.0.2/Zend/zend_variables.c:61
#1  0x08161e89 in _zval_ptr_dtor (zval_ptr=0x826fe48) at
/home/margus/install/php-5.0.2/Zend/zend_execute_API.c:394
#2  0x081715e9 in zend_hash_apply_deleter (ht=0x81ea6d0, p=0x826fe3c)
at /home/margus/install/php-5.0.2/Zend/zend_hash.c:574
#3  0x08171679 in zend_hash_graceful_reverse_destroy (ht=0x81ea6d0) at
/home/margus/install/php-5.0.2/Zend/zend_hash.c:640
#4  0x08161944 in shutdown_executor () at
/home/margus/install/php-5.0.2/Zend/zend_execute_API.c:210
#5  0x0816b126 in zend_deactivate () at
/home/margus/install/php-5.0.2/Zend/zend.c:818
#6  0x081395c7 in php_request_shutdown (dummy=0x0) at
/home/margus/install/php-5.0.2/main/main.c:1212
#7  0x081987d0 in main (argc=4, argv=0xbffff704) at
/home/margus/install/php-5.0.2/sapi/cli/php_cli.c:1046
(gdb)

------------------------------------------------------------------------

[2004-11-02 13:34:32] margus at zone dot ee

<?php
  dl ('modules/tidy.so');

  $tidy = tidy_parse_string ("<HTML></HTML>");

  echo "Exiting...";
?>

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/30660

-- 
Edit this bug report at http://bugs.php.net/?id=30660&edit=1

Reply via email to