ID: 34725
Updated by: [EMAIL PROTECTED]
Reported By: david at tulloh dot id dot au
-Status: Open
+Status: Feedback
Bug Type: Scripting Engine problem
Operating System: Debian Linux
PHP Version: 5CVS-2005-10-04 (CVS)
New Comment:
What was the configure line you used?
Previous Comments:
------------------------------------------------------------------------
[2005-10-04 08:38:14] david at tulloh dot id dot au
Description:
------------
Using the 5.1 branch.
PHP segmentation faults at the end of running the simplest code.
Reproduce code:
---------------
<?php
echo 'hello world';
?>
(CLI)
Actual result:
--------------
hello world is printed perfectly, after the PHP program completes the
segmentation fault occurs:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1211463456 (LWP 25258)]
0xb7a88840 in ?? ()
(gdb) bt
#0 0xb7a88840 in ?? ()
#1 0x08131730 in tsrm_shutdown () at php-cvs-5.1/TSRM/TSRM.c:180
#2 0x081f425d in main (argc=2, argv=0xbffffb94)
at php-cvs-5.1/sapi/cli/php_cli.c:1152
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=34725&edit=1