ID:               40211
 Updated by:       [EMAIL PROTECTED]
 Reported By:      stuhood at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         DBM/DBA related
 Operating System: Red Hat w/ 2.4.21-32.0.1.EL
 PHP Version:      5.2.0
 New Comment:

We also need this thedatabase.db, please put it somewhere and put the
URL here.


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

[2007-01-23 14:40:29] stuhood at gmail dot com

Description:
------------
This bug affects 5.1.4, 5.2.0 and latest CVS on this system, compiled
with "--enable-dba=shared --with-db4=/usr/local/BerkeleyDB.4.5/" (or
4.3), and with the dba shared extension in my php.ini file. httpd
version is Apache/2.0.46. `php run-tests.php ext/dba` runs without
errors.

Permissions:
-rw-r--r-- thedatabase.db

Reproduce code:
---------------
The following script works correctly from the command line, but causes
httpd processes to segfault. With a dba_exists call instead of
firstkey, it works fine, so I'm fairly certain its a problem with
firstkey:

<?php
        $db = dba_open("thedatabase.db", "r", "db4");
        $key = dba_firstkey ($db);
        if($db)
                print "Success: ".$key."\n";
        dba_close($db);
?>


Expected result:
----------------
Should see Success: (first key)

Actual result:
--------------
httpd child segfaults (11) and displays a 500 error.


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


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

Reply via email to