| Summary: | CPU consumption | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Manuel Selva <manuel.selva> |
| Component: | GEF-Legacy Draw2d | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | ||
| Version: | 3.2.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | Bugzilla 3.4 Migration | ||
|
Description
Manuel Selva
I can't reproduce the bug with a simple snippet and i can't exprot all my plugins. Is there one way for me to try to debug what is happening ? Thanks Perhaps this would be better suited for a question on the GEF newsgroup. Do you have access to any Java debugging tools other than Eclipse? I would suggest XRay, which is free but only available on windows. You could also try YourKit Reopen if this is a concrete issue. (In reply to comment #3) > Reopen if this is a concrete issue. > Hi Antony, Sorry i was thinking this bug was closed by myself since i founded the source of it in my own code. Sorry for posting it. Manuel Selva Another possible FAQ entry. I'm going to just guess that during either layout or painting, your code was doing something that caused another paint and layout to occur. For example, setting the *figure's* background color during paintFigure(...) instead of setting the Graphics background color. (In reply to comment #5) > Another possible FAQ entry. I'm going to just guess that during either layout > or painting, your code was doing something that caused another paint and layout > to occur. For example, setting the *figure's* background color during > paintFigure(...) instead of setting the Graphics background color. > You are right Randy !! and it was resulting in an infinite loop. This infinite loop didn't occured with previous version of Draw2D. A modification in DefferedUpdateManager class may be the origin ... but in every ways my code wasn't clean at all!!! I think anyone can edit the FAQ, and a complete history is maintained should anything get messed up. Thanks. LATER and REMIND resolutions will be going away with the upgrade of Bugzilla to the latest Bugzilla 3.4. They are no longer part of the default Bugzilla installation. See http://dev.eclipse.org/mhonarc/lists/eclipse.org-committers/msg00778.html for the announcement. As a result RESOLVED + REMIND OR LATER will be changed to RESOLVED + WONTFIX This unfortunately also means I need to REOPEN and then RESOLVE as WONTFIX Sorry for the inconvenience. LATER and REMIND resolutions will be going away with the upgrade of Bugzilla to the latest Bugzilla 3.4. They are no longer part of the default Bugzilla installation. See http://dev.eclipse.org/mhonarc/lists/eclipse.org-committers/msg00778.html for the announcement. As a result RESOLVED + REMIND OR LATER will be changed to RESOLVED + WONTFIX This unfortunately also means I need to REOPEN and then RESOLVE as WONTFIX Sorry for the inconvenience. |