Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Intermittent Crash on OS X (CTabFolderRenderer.fillRegion/Callback.bind)

Hi All,

We've recently gotten reports of crashes in the RCP version of our
application, based on Eclipse 3.6.2. The crash happens in both OS X 10.6
and 10.7, but not on Windows or Linux. I've searched for the crash
fragment in bugs but to no avail. We have not been able to reproduce it.
Any suggestions on what might cause such a bug, or if a newer version of
the SWT libs (perhaps from 3.7) might solve this issue?

Current thread (0000000012001c00):  JavaThread "main" [_thread_in_vm,
id=-1601473216, stack(00000000bf800000,00000000c0000000)]
Stack: [00000000bf800000,00000000c0000000]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J  
org.eclipse.swt.internal.Callback.bind(Lorg/eclipse/swt/internal/Callback;L
java/lang/Object;Ljava/lang/String;Ljava/lang/String;IZZI)I
J  
org.eclipse.swt.internal.Callback.<init>(Ljava/lang/Object;Ljava/lang/Strin
g;IZI)V
J  
org.eclipse.swt.graphics.Region.getPath()Lorg/eclipse/swt/internal/cocoa/NS
BezierPath;
j  
org.eclipse.swt.graphics.GC.setClipping(Lorg/eclipse/swt/graphics/Region;)V
+58
j  
org.eclipse.swt.custom.CTabFolderRenderer.fillRegion(Lorg/eclipse/swt/graph
ics/GC;Lorg/eclipse/swt/graphics/Region;)V+33
J  
org.eclipse.swt.custom.CTabFolderRenderer.drawTabArea(Lorg/eclipse/swt/grap
hics/GC;Lorg/eclipse/swt/graphics/Rectangle;I)V
J  
org.eclipse.swt.custom.CTabFolderRenderer.draw(IILorg/eclipse/swt/graphics/
Rectangle;Lorg/eclipse/swt/graphics/GC;)V
J  
org.eclipse.swt.custom.CTabFolder.onPaint(Lorg/eclipse/swt/widgets/Event;)V
j  
org.eclipse.swt.custom.CTabFolder$1.handleEvent(Lorg/eclipse/swt/widgets/Ev
ent;)V+270
J  
org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event
;)V
J  
org.eclipse.swt.widgets.Display.sendEvent(Lorg/eclipse/swt/widgets/EventTab
le;Lorg/eclipse/swt/widgets/Event;)V
J  
org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)
V
J  
org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V
j  
org.eclipse.swt.widgets.Control.drawWidget(ILorg/eclipse/swt/internal/cocoa
/NSGraphicsContext;Lorg/eclipse/swt/internal/cocoa/NSRect;)V+115
J  
org.eclipse.swt.widgets.Widget.drawRect(IILorg/eclipse/swt/internal/cocoa/N
SRect;)V
J  org.eclipse.swt.widgets.Display.windowProc(III)I

If it's better to file a bug in Bugzilla, please let me know.

Thanks,
Ingo



Back to the top