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

Re: [PATCH] Duplicate close of file handle on WIN32

From: Patrick Mayweg <mayweg_at_qint.de>
Date: 2003-02-01 06:39:39 CET

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

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.