From:             m dot muncke at computer1020 dot at
Operating system: freeBSD-7.0-RELEASE
PHP version:      5.2.5
PHP Bug Type:     Reproducible crash
Bug description:  parser crashes with ibase_query

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 bug report at http://bugs.php.net/?id=44711&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44711&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44711&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44711&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44711&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44711&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44711&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44711&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44711&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44711&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44711&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44711&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44711&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44711&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44711&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44711&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44711&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44711&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44711&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44711&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44711&r=mysqlcfg

Reply via email to