Bug#374354: libgdbm3: gdbm_open continually reopens file in a loop until it runs out of file descriptors and fails.

2016-12-14 Thread Dmitry Bogatov
control: close -1 > When I try yo invoke gdbm_open, the call appears to internally open and > reopen the specified file until we run out of file descriptors, at which > point gdbm_open fails with gdbm_errno 3(File open failure) and errno 24 > (Too many open files). > > This will officially be my

Bug#374354: libgdbm3: gdbm_open continually reopens file in a loop until it runs out of file descriptors and fails.

2006-06-18 Thread Jesse Thompson
Package: libgdbm3 Version: 1.8.3-2 Severity: important When I try yo invoke gdbm_open, the call appears to internally open and reopen the specified file until we run out of file descriptors, at which point gdbm_open fails with gdbm_errno 3(File open failure) and errno 24 (Too many open files).