Hello Lukas!
> 12:43:29.205 hsh__close[hash_ops.c:359] closing hash
>
> An error occurred at 12:43:29.247: Das Gerät oder die Ressource ist
> belegt (16)
> in ci___set_props [commit.c:397]: set meta-data
> 12:43:29.247 main[fsvs.c:1422] memory stats: 0x76000 to 0x47d000, 4124 KB
Does this help?
What C compiler are you using? I suspect a mis-optimization.
Can you send me the disassembly of that function?
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2607539
To unsubscribe from this discussion, e-mail:
[[email protected]].Index: hash_ops.c
===================================================================
--- hash_ops.c (Revision 2432)
+++ hash_ops.c (Arbeitskopie)
@@ -364,6 +364,7 @@
gdbm_close(db->db);
db->db=NULL;
}
+ status=0;
ex:
if (db)