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

Re: Subclipse 1.2.4, APR Lib Crash

From: William A. Rowe, Jr. <wrowe_at_rowe-clan.net>
Date: 2007-12-13 19:52:38 CET

Jack Hardcastle wrote:
> Subclipse crashes Eclipse whenever I attempt any network-based action.
> Update, commit, retrieve repo listing, etc.
>
> My C is a bit rusty, but to my untrained eyes this appears to be an APR
> memory/socket glitch (?) . I'm e-mailing to both addresses per
> instructions at:
>
> http://subversion.tigris.org/bugs.html

tigris should actually vet their reports first before escallating to
APR, but essentially, you are right, there is a memory glitch, but
this is undoubtedly attributed to a mistake in the pool or allocation
scope in subclipse's source code, that socket was likely created in
the wrong pool which was since destroyed.

There is one edge case in older apr libraries when a certain threshold
is hit, did this happen to occur only after extensive processing?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 13 19:58:17 2007

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.