| Summary: | [Decorators] Bug in 3rd party plugin crashes view | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Ron Baldwin <bogofilter+eclipse.org> | ||||
| Component: | UI | Assignee: | Tod Creasey <Tod_Creasey> | ||||
| Status: | RESOLVED DUPLICATE | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 2.1 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 2000 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Ron Baldwin
Created attachment 2951 [details]
.log file
The stack trace shows that the problem is caused during label decoration. May be platform should disable label decoration if the corresponding extension point causes an exception. Moving to Platform for commenting. As of build 20030114 decorators are now thread safe (see Bug 28134). The view will no longer crash - you will just let a lot of errors written to your log. We considered turning off the decorators in this case but it turned out to be a difficult concurency problem for a small payoff - see Bug 29046. *** This bug has been marked as a duplicate of 28134 *** |