<br><br><div><span class="gmail_quote">On 5/3/06, <b class="gmail_sendername">Olly Betts</b> &lt;<a href="mailto:olly@survex.com">olly@survex.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, May 02, 2006 at 11:25:25PM -0400, jarrod roberson wrote:<br>&gt; xapian and xapian bindings 0.9.2 svn 6532<br><br>That's rather old - is this reproducible with 0.9.5?<br><br>&gt; It leaves the db_lock file everytime and I don't know what else it might not
<br>&gt; be cleaning up correctly either.<br><br>The db_lock file gets deleted when the C++ WritableDatabase destructor<br>is called.&nbsp;&nbsp;So if it's not deleted, then the destructor isn't being<br>called.<br><br>If you can reproduce with the latest release in a simple example
<br>(ideally without twisted being involved), I can try to investigate.<br><br>Cheers,<br>&nbsp;&nbsp;&nbsp;&nbsp;Olly<br></blockquote></div><br>yes, just upgraded and it does the same thing with 0.9.5<br><br>the problem is I can't reproduce it outside of Twisted.
<br><br>all my command line tools that I have written ( all in Python ) that use the exact same code exit and close properly.<br><br><br>