On Wed, 2006-05-10 at 16:55 -0400, Mark Phippard wrote:
> Udo Rader <udo.rader@bestsolution.at> wrote on 05/10/2006 04:52:20 PM:
>
> > As per a stack trace, how would I get such a thing under Linux?
> > Subclipse or whatever component does not segfault and so I don't get any
> > coredump and thus cannot provide you with any tracing information.
>
> Open the Eclipse Error Log view. It is under the Basic or General
> grouping depending on the Eclipse version.
ok, for the "internal error" popup this is what I get in the error log:
-------CUT-------
java.lang.IllegalArgumentException: Thread attempted to release a lock
it did not own
at
org.tigris.subversion.subclipse.core.util.Assert.isLegal(Assert.java:56)
at
org.tigris.subversion.subclipse.core.util.ReentrantLock.release(ReentrantLock.java:61)
at
org.tigris.subversion.subclipse.core.client.OperationManager.endOperation(OperationManager.java:118)
at
org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run(UpdateResourcesCommand.java:80)
at
org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(UpdateOperation.java:63)
at
org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:68)
at
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:146)
at org.eclipse.team.internal.ui.actions.JobRunnableContext
$ResourceJob.runInWorkspace(JobRunnableContext.java:72)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
-------CUT-------
so this looks like a locking issue, but I cannot even remotely think
about where locking might be a problem here ...
Udo Rader
--
BestSolution.at EDV Systemhaus GmbH
http://www.bestsolution.at
Received on Wed May 10 23:06:30 2006