From:             [EMAIL PROTECTED]
Operating system: Linux 2.2.16
PHP version:      4.3.0RC2
PHP Bug Type:     DBM/DBA related
Bug description:  dba_open hang on nfs files

dba_open hang when trying to open a file located on a nfs server :

test script : 
<? dba_open("E.db", "r", "db2"); ?>

with file "E.db" on a nfs server : Block

with file "E.db" on a local filesystem :  Ok

In both case, E.db.lck is created (Hey! i've used "r" not "rl" ???) and by
the way, not removed.

Seems the new locking scheme start by itself, doesn't cleanup on exit and
finally hang on nfs.

-- 
Edit bug report at http://bugs.php.net/?id=20828&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20828&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20828&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20828&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20828&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20828&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20828&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20828&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20828&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20828&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20828&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20828&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20828&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20828&r=isapi

Reply via email to