Community
Participate
Working Groups
In the Linux Tools Valgrind plugin, we create the view's toolbar programmatically based on which underlying Valgrind tool is selected. This seems to be an issue in 4.x as the toolbar appears to get disposed after the view calls createPartControl. Elliott (on CC) noticed this issue while investigating bug 366831. To workaround the issue he changed the Valgrind view creation code to show the view before creating the toolbar actions. Is this a bug or expected behaviour in 4.x?
(In reply to comment #0) > In the Linux Tools Valgrind plugin, we create the view's toolbar > programmatically based on which underlying Valgrind tool is selected. This > seems to be an issue in 4.x as the toolbar appears to get disposed after the > view calls createPartControl. Yes, this happens in CompatibilityView. I don't remember the exact reason why we're doing this though.
Marking as duplicate of Bug 511846, which has some more information. *** This bug has been marked as a duplicate of bug 511846 ***