ID:               29996
 Comment by:       jost2345 at yahoo dot de
 Reported By:      thomas dot hebinck at digionline dot de
 Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Linux Debian Woody
 PHP Version:      5.0.3RC1
 New Comment:

#13 0x402df6ee in shutdown_executor () at
/usr/src/php-5.0.2/Zend/zend_execute_API.c:209
#14 0x402edcb5 in zend_deactivate () at
/usr/src/php-5.0.2/Zend/zend.c:818
#15 0x402a664b in php_request_shutdown (dummy=0x0) at


We have experienced the same problem.  A description and a preliminary
fix is here:
->
http://cvs.sourceforge.net/viewcvs.py/php-java-bridge/php-java-bridge/php5-crash-in-evaluator-shutdown_workaround.patch?view=markup


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

[2004-12-01 16:03:51] [EMAIL PROTECTED]

You didn't provide a reproduce script. I doubt we'll be able to
reproduce and fix the bug without it.

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

[2004-12-01 15:54:16] thomas dot hebinck at digionline dot de

Hi,

still the same problem in 5.0.3RC1

Sincerely,
Thomas Hebinck

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

[2004-10-05 01:00:02] php-bugs at lists dot php dot net

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".

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

[2004-09-27 18:08:21] [EMAIL PROTECTED]

It's really impossible to look into this without further information.
Either try and cut it down (might take you some time) or at least try
and run valgrind (http://valgrind.kde.org/) on the script and see if
there's any information which might point us in the right direction.

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

[2004-09-27 13:22:00] thomas dot hebinck at digionline dot de

Hi,

still the same problem in 5.0.2

Sincerely,
Thomas Hebinck

--

ww3-dev:/usr/src/php-5.0.2# gdb /usr/local/apache1/bin/httpd
gdb: Symbol `emacs_ctlx_keymap' has different size in shared object,
consider re-linking
GNU gdb 2002-04-01-cvs
Copyright 2002 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 "i386-linux"...(no debugging symbols
found)...
(gdb) run -X
Starting program: /usr/local/apache1/bin/httpd -X
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...[New Thread 1024 (LWP 18002)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 18002)]
0x400d8bb8 in free () from /lib/libc.so.6
(gdb) bt
#0  0x400d8bb8 in free () from /lib/libc.so.6
#1  0x400d8aa3 in free () from /lib/libc.so.6
#2  0x402f6315 in zend_hash_del_key_or_index (ht=0x81ffd14,
arKey=0x8249e5c "p_parent", nKeyLength=9, h=755180190, flag=0)
    at /usr/src/php-5.0.2/Zend/zend_hash.c:495
#3  0x40304173 in zend_std_unset_property (object=0xbfffeb70,
member=0x815646c) at
/usr/src/php-5.0.2/Zend/zend_object_handlers.c:506
#4  0x4031911a in zend_unset_dim_obj_handler (execute_data=0xbfffe810,
opline=0x815643c, op_array=0x8144f54) at
/usr/src/php-5.0.2/Zend/zend_execute.c:3665
#5  0x40312cc1 in execute (op_array=0x8144f54) at
/usr/src/php-5.0.2/Zend/zend_execute.c:1400
#6  0x403169c7 in zend_do_fcall_common_helper (execute_data=0xbfffe910,
opline=0x823e3d4, op_array=0x823f66c) at
/usr/src/php-5.0.2/Zend/zend_execute.c:2740
#7  0x40316e98 in zend_do_fcall_by_name_handler
(execute_data=0xbfffe910, opline=0x823e3d4, op_array=0x823f66c) at
/usr/src/php-5.0.2/Zend/zend_execute.c:2825
#8  0x40312cc1 in execute (op_array=0x823f66c) at
/usr/src/php-5.0.2/Zend/zend_execute.c:1400
#9  0x402e16dc in zend_call_function (fci=0xbfffeac0,
fci_cache=0xbfffea80) at
/usr/src/php-5.0.2/Zend/zend_execute_API.c:838
#10 0x40300172 in zend_call_method (object_pp=0xbfffeb6c,
obj_ce=0x81df1ec, fn_proxy=0x0, function_name=0x403a6397 "__destruct",
function_name_len=10,
    retval_ptr_ptr=0x0, param_count=0, arg1=0x0, arg2=0x0) at
/usr/src/php-5.0.2/Zend/zend_interfaces.c:79
#11 0x40303123 in zend_objects_destroy_object (object=0x81dd0cc,
handle=5) at /usr/src/php-5.0.2/Zend/zend_objects.c:78
#12 0x4030572a in zend_objects_store_call_destructors
(objects=0x4040c404) at /usr/src/php-5.0.2/Zend/zend_objects_API.c:54
#13 0x402df6ee in shutdown_executor () at
/usr/src/php-5.0.2/Zend/zend_execute_API.c:209
#14 0x402edcb5 in zend_deactivate () at
/usr/src/php-5.0.2/Zend/zend.c:818
#15 0x402a664b in php_request_shutdown (dummy=0x0) at
/usr/src/php-5.0.2/main/main.c:1212
#16 0x4031ee3c in apache_php_module_main (r=0x811b8bc,
display_source_mode=0) at
/usr/src/php-5.0.2/sapi/apache/sapi_apache.c:60
#17 0x4031fd66 in send_php (r=0x811b8bc, display_source_mode=0,
filename=0x811c3dc "/SPACE/ww3-dev/www/ww3ee/8.php")
    at /usr/src/php-5.0.2/sapi/apache/mod_php5.c:622
#18 0x4031fdd5 in send_parsed_php (r=0x811b8bc) at
/usr/src/php-5.0.2/sapi/apache/mod_php5.c:637
#19 0x08058307 in ap_invoke_handler ()
#20 0x0806d39f in process_request_internal ()
#21 0x0806d400 in ap_process_request ()
#22 0x08064439 in child_main ()
#23 0x080645e4 in make_child ()
#24 0x0806474c in startup_children ()
#25 0x08064e42 in standalone_main ()
#26 0x0806568a in main ()
#27 0x4008314f in __libc_start_main () from /lib/libc.so.6
(gdb)

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

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/29996

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

Reply via email to