Login | Register
My pages Projects Community openCollabNet

Discussions > dev > Re: [Subclipse-dev] Re: [Subclipse-users] [Subclipse-Announce] Subclipse dev build with SVN 1.7 support available

subclipse
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

Re: [Subclipse-dev] Re: [Subclipse-users] [Subclipse-Announce] Subclipse dev build with SVN 1.7 support available

Author selsemore
Full name Stephen Elsemore
Date 2011-08-15 11:48:52 PDT
Message I don¹t see anywhere in the call stack where an SVNClient object is being
shared. RecursiveStatusUpdateStrategy gets an SVNClient and returns it
after using it to get the statuses. I haven¹t been able to reproduce the
problem either. I¹ve tried deleting a folder from outside Eclipse and
replacing it with a new folder structure and then refreshing Eclipse, but
that didn¹t cause any problem.


On 8/15/11 10:26 AM, "Mark Phippard" <markphip at gmail dot com> wrote:

> Steve, can you take a look at this call stack?
>
> This might be a case where we used the same SVNClient object from two
> locations and we are disposing it in one of them while the other is using it.
>  Note that the code crashes in native code that is doing work, but the stack
> trace is for a dispose?
>
>
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
> code)
> C  [libsvn_wc-1.dll+0x3ddb5]  svn_wc_upgrade+0x13e55
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j  org.apache.subversi​on.javahl.SVNClient.​dispose()V+0
> j
>  org.tigris.subversi​on.svnclientadapter.​javahl.AbstractJhlCl​ientAdapter.dispos
> e()V+4
> j
>  org.tigris.subversi​on.subclipse.core.SV​NClientManager.retur​nSVNClient(Lorg/ti
> gris/subversion/svnc​lientadapter/ISVNCli​entAdapter;)V+15
> j
>  org.tigris.subversi​on.subclipse.core.st​atus.RecursiveStatus​UpdateStrategy.sta
> tusesToUpdate(Lorg/e​clipse/core/resource​s/IResource;)[Lorg/t​igris/subversion/s
> vnclientadapter/ISVNStatus;+146
> j
>  org.tigris.subversi​on.subclipse.core.st​atus.StatusCacheMana​ger.basicGetStatus
> (Lorg/eclipse/core/r​esources/IResource;L​org/tigris/subversio​n/subclipse/core/s
> tatus/StatusUpdateSt​rategy;)Lorg/tigris/​subversion/subclipse​/core/resources/Lo
> calResourceStatus;+27
> J
>  org.tigris.subversi​on.subclipse.core.st​atus.StatusCacheMana​ger.getStatus(Lorg
> /eclipse/core/resour​ces/IResource;)Lorg/​tigris/subversion/su​bclipse/core/resou
> rces/LocalResourceStatus;
> J
>  org.tigris.subversi​on.subclipse.core.sy​nc.SVNWorkspaceSubsc​riber.getSyncInfo(
> Lorg/eclipse/core/re​sources/IResource;)L​org/eclipse/team/cor​e/synchronize/Sync
> Info;
> J
>  org.eclipse.team.co​re.subscribers.Subsc​riber.getDiff(Lorg/e​clipse/core/resour
> ces/IResource;)Lorg/​eclipse/team/core/di​ff/IDiff;
> J
>  org.eclipse.team.in​ternal.core.subscrib​ers.SubscriberChange​SetManager$EventHa
> ndler.handleChange(L​org/eclipse/core/res​ources/IResource;I)V​
> J
>  org.eclipse.team.in​ternal.core.subscrib​ers.SubscriberChange​SetManager$EventHa
> ndler.doDispatchEven​ts(Lorg/eclipse/core​/runtime/IProgressMo​nitor;)Z
> j
>  org.eclipse.team.in​ternal.core.Backgrou​ndEventHandler.dispa​tchEvents(Lorg/ecl
> ipse/core/runtime/IP​rogressMonitor;)V+2
> J
>  org.eclipse.team.in​ternal.core.Backgrou​ndEventHandler.proce​ssEvents(Lorg/ecli
> pse/core/runtime/IPr​ogressMonitor;)Lorg/​eclipse/core/runtime​/IStatus;
> j
>  org.eclipse.team.in​ternal.core.Backgrou​ndEventHandler$1.ru​n(Lorg/eclipse/core
> /runtime/IProgressMo​nitor;)Lorg/eclipse/​core/runtime/IStatus​;+5
> j  org.eclipse.core.in​ternal.jobs.Worker.r​un()V+31
>
Attachments

« Previous message in topic | 8 of 8 | Next message in topic »

Messages

Show all messages in topic

[Subclipse-dev] Re: [Subclipse-users] [Subclipse-Announce] Subclipse dev build with SVN 1.7 support available jcompagner jcompagner 2011-08-15 04:01:16 PDT
     Re: [Subclipse-dev] [Subclipse-users] [Subclipse-Announce] Subclipse dev build with SVN 1.7 support available jcompagner jcompagner 2011-08-15 04:16:46 PDT
     Re: [Subclipse-dev] Re: [Subclipse-users] [Subclipse-Announce] Subclipse dev build with SVN 1.7 support available markphip Mark Phippard 2011-08-15 05:31:46 PDT
         Re: [Subclipse-dev] Re: [Subclipse-users] [Subclipse-Announce] Subclipse dev build with SVN 1.7 support available jcompagner jcompagner 2011-08-15 06:48:18 PDT
             Re: [Subclipse-dev] Re: [Subclipse-users] [Subclipse-Announce] Subclipse dev build with SVN 1.7 support available markphip Mark Phippard 2011-08-15 11:46:48 PDT
                 Re: [Subclipse-dev] Re: [Subclipse-users] [Subclipse-Announce] Subclipse dev build with SVN 1.7 support available jcompagner jcompagner 2011-08-15 12:48:29 PDT
     Re: [Subclipse-dev] Re: [Subclipse-users] [Subclipse-Announce] Subclipse dev build with SVN 1.7 support available markphip Mark Phippard 2011-08-15 10:26:56 PDT
         Re: [Subclipse-dev] Re: [Subclipse-users] [Subclipse-Announce] Subclipse dev build with SVN 1.7 support available selsemore Stephen Elsemore 2011-08-15 11:48:52 PDT
Messages per page: