| Summary: | VM crashes on widget dispose | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Marcus Ilgner <mail> | ||||
| Component: | SWT | Assignee: | Platform-SWT-Inbox <platform-swt-inbox> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P3 | CC: | eclipse.felipe, ericwill, Silenio_Quarti | ||||
| Version: | 3.6.2 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Marcus Ilgner
Comment on attachment 192257 [details]
HotSpot stacktrace/stackframe
Is this consistently reproducible? Please provide some code that shows the problem.
the crash is in accessibility, adding Silenio. please provide a test case (or instruction on eclise) so we can reproduce the problem. note: we should be able to "workaround" this problem for the time being by disabling accessibility on your system (in case you don't need it). Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libswt-pi-gtk-3659.so+0x3c9a1] Java_org_eclipse_swt_internal_gtk_OS__1G_1OBJECT_1TYPE+0x0 j org.eclipse.swt.internal.gtk.OS.G_OBJECT_TYPE(J)J+8 j org.eclipse.swt.accessibility.AccessibleFactory.registerAccessible(Lorg/eclipse/swt/accessibility/Accessible;)V+6 j org.eclipse.swt.accessibility.Accessible.<init>(Lorg/eclipse/swt/widgets/Control;)V+120 j org.eclipse.swt.accessibility.Accessible.internal_new_Accessible(Lorg/eclipse/swt/widgets/Control;)Lorg/eclipse/swt/accessibility/Accessible;+5 j org.eclipse.swt.widgets.Control._getAccessible()Lorg/eclipse/swt/accessibility/Accessible;+9 j org.eclipse.swt.widgets.Control.removeRelation()V+25 j org.eclipse.swt.widgets.Control.release(Z)V+89 j org.eclipse.swt.widgets.Widget.dispose()V+23 j org.aspencloud.v.VPanel.dispose()V+146 j org.aspencloud.v.VPanel$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+52 |