[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-01-31 17:05:59 CET

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 31 17:35:20 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.