ID: 30733 Updated by: [EMAIL PROTECTED] Reported By: php at lamouret dot com -Status: Feedback +Status: No Feedback Bug Type: Reproducible crash Operating System: Linux 2.4.20-8 PHP Version: 5.0.2 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: ------------------------------------------------------------------------ [2004-11-09 14:57:23] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. I can't reproduce it. Please, provide gdb backtrace. ------------------------------------------------------------------------ [2004-11-09 13:53:13] php at lamouret dot com Description: ------------ object handles won't overwrite themselves. Reproduce code: --------------- $tmp=new StdClass(); $tmp=$tmp;// segmentation fault //$GLOBALS["tmp"]=$tmp; //crashes also // if $tmp is e.g. a string, this does not crash Expected result: ---------------- no segfault... Actual result: -------------- Apache segfault with "child pid xxx exit signal Segmentation fault (11)" in error_log ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30733&edit=1
