ID: 44711
User updated by: m dot muncke at computer1020 dot at
Reported By: m dot muncke at computer1020 dot at
Status: Open
Bug Type: Reproducible crash
Operating System: freeBSD-7.0-RELEASE
PHP Version: 5.2.5
New Comment:
php is running in mod_php
apache22
php modules installed:
php-interbase, php-ftp, php-imap, php-pcre
Previous Comments:
------------------------------------------------------------------------
[2008-04-13 19:32:17] m dot muncke at computer1020 dot at
Description:
------------
while parsing a script that contains
$x->query("select * from table");
I know that it is during parse because before query I can add
jdsgjg;
and there is no error message
I use a db_fbsql.php include file that contains the class DB;
I get Segmentation fault when I run httpd -X and execute the php but I
do not find a core file
When I run
gdb httpd
run -X
I get a segfault in gdb
The same script was running under php 5.2.3 but does not under php
5.2.5
Reproduce code:
---------------
http://www.trackseller.com/phpbug.txt
Expected result:
----------------
execute php -> echo finished;
page returns empty.
Actual result:
--------------
I get a segfault but i do not find the core.
Can you tell me where I find that under freeBSD ?
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=44711&edit=1