ID:               37499
 User updated by:  hawk at pld-linux dot org
 Reported By:      hawk at pld-linux dot org
 Status:           Open
 Bug Type:         Reproducible crash
 Operating System: PLD Linux 2.0
 PHP Version:      5.1.4
 New Comment:

Reproduce code of course was /usr/bin/php -r 'print "Hello world";'


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

[2006-05-18 14:13:02] hawk at pld-linux dot org

Description:
------------
CLI segfaults exactly the same way as was described in bug #34725 but
only when sybase-ct extension is enabled.

PLD Linux 2.0, php 5.1.4, default PLD packages, sybase-ct is compiled
as shared.

Reproduce code:
---------------
/usr/bin/php -r '"Hello world";'

Expected result:
----------------
Displays "Hello World" as it should but also reports segmentation
fault.


Actual result:
--------------
(gdb) run
Starting program: /usr/bin/php -r 'print "Hello World";'
Hello World
Program received signal SIGSEGV, Segmentation fault.
0x4fccba80 in ?? ()
(gdb) bt
#0  0x4fccba80 in ?? ()
#1  0x4fb920d1 in tsrm_shutdown () at
/home/users/hawk/rpm/BUILD/php-5.1.4/TSRM/TSRM.c:180
#2  0x0804ad94 in main (argc=3, argv=0xbffff004) at
/home/users/hawk/rpm/BUILD/php-5.1.4/sapi/cli/php_cli.c:1255



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


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

Reply via email to