[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: file not closed in update?

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-10-21 22:46:55 CEST

Ich Selbst wrote:

>>Do you think you could try debugging this one? It would help enormously.
>>
>>
>I don't know apr and the libraries, but I could track down where the
>exception is
>thrown:
>in APR_DECLARE(void) apr_pool_destroy(apr_pool_t *pool)
>in the line 'run_cleanups(pool->cleanups)'
>That's line 746 in apr_pools.c
>
>
Yes, that part is fairly obvious. The important question is which
cleanup triggered the exception, when when was that trigger registered,
and when did the file handle become invalid? Getting the answer will
take a bit more than just breaking into the debugger when the exception
is thrown.

Well, thanks for trying, anyway. Let me know if you find anything more,
otherwise I expect there's another sleepless night in my future... :-(

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 21 22:47:39 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.