| Summary: | [context] activating a task hangs Eclipse | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | David E. Narvaez <david.narvaez> |
| Component: | Mylyn | Assignee: | Mylyn Inbox <mylyn-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | CC: | steffen.pingel |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
David E. Narvaez
Can you reproduce the same with local tasks? Does that happen for all tasks or specific tasks? Would you be able to capture a thread dump when Eclipse hangs? It would help us to diagnose the problem further: http://wiki.eclipse.org/Mylyn_Contributor_Reference#Debugging (In reply to comment #1) > Can you reproduce the same with local tasks? Does that happen for all tasks or > specific tasks? > > Would you be able to capture a thread dump when Eclipse hangs? It would help us > to diagnose the problem further: > http://wiki.eclipse.org/Mylyn_Contributor_Reference#Debugging Well, I was kind of in a rush when I reported it first so I wasn't able to do further testing, sorry for that. It seems like it's hanging in one particular task, I can't tell why is that task different from the others, but by grabbing a thread dump during the time it is hung, most of the stack trace is this: at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1724) repeated lots of times. I'll keep trying some other stuff. Thanks! > at
> org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1724)
Would you be able to attach the full trace? I would be curious which viewer is causing this.
To recover you can clear the context for that task using the popup menu in the task list. It sounds like it might have a large context with many files.
If you are able to it would also be helpful if you could share that particular context with us for further analysis.
(In reply to comment #3) > > at > > org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:1724) > > Would you be able to attach the full trace? I would be curious which viewer is > causing this. Well, while trying that and other stuff the problem suddenly went away. I can't tell what the original problem was, neither can I tell what fixed it. I think this could be closed then, since I cannot provide enough information to work on it (can I do that or should it be done by a developer?). Thanks for the help, anyways. Thanks. I'll mark it as resolved then. Please feel free to reopen if the problem re-occurs and attach a stack trace which will enable us to investigate further. |