From: Nicholas N. <nj...@ca...> - 2003-05-07 08:42:35
|
On Wed, 7 May 2003, Troels Walsted Hansen wrote: > This is the expected behavior of the program. > > rpmdb._rpmdb.DBNoSuchFileError: (2, 'No such file or directory') > > This is what happens in Valgrind. RH8 and RH9 uses BerkeleyDB 4.0.14, > rpmdb._rpmdb.DBAgainError: (11, 'Resource temporarily unavailable -- > nosuchfile.db: Resource temporarily unavailable') It's possible that Valgrind's doing something slightly different with file handling that means you get a different behaviour. Do you have more information about what exactly is happening to prompt this error? Eg. is it trying to open a file with the open() system call, or something like that? It's very difficult to know what the problem is from your description so far. N |