Hi Karl,
Karl Fogel wrote:
>Patrick Mayweg <mayweg@qint.de> writes:
>
>
>>when a file descriptor is needed for neon the function
>>svn_io_fd_from_file is called. On WIN32 it creates a file descriptor
>>from the Win32-Handle. It also registers a cleanup function to close the
>>
>>file descriptor. This also closes the Win32-Handle, which is also closed
>>
>>for the apr-file. This is one closeing too many. Only if you run svn in
>>a debugger, this problem shows up. The right thing to do is to duplicate
>>
>>the handle. I have written a patch for that and it fixes my problem.
>>
>>
>
>Thanks for the patch. Hmmm... Hey, is this solving the same problem
>as seen in
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=1008
>
>?
>
>-Karl
>
>
This is the problem I fixed. I did not find the issue issuella.
- Patrick
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 1 06:40:25 2003