Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 340818 - Crash in Cocoa SWT
Summary: Crash in Cocoa SWT
Status: RESOLVED DUPLICATE of bug 340593
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.7   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-23 18:16 EDT by Serge Beauchamp CLA
Modified: 2011-03-24 08:16 EDT (History)
1 user (show)

See Also:


Attachments
Full crash log (89.95 KB, text/plain)
2011-03-23 18:17 EDT, Serge Beauchamp CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Beauchamp CLA 2011-03-23 18:16:47 EDT
3.7M6 32bit Cocoa
Build id: I20110310-1119

Crash in Cocoa SWT when using the Team feature "Create Patch..." - clicking on the "Finish" button.

Reproducibility:  Not always.


Date/Time:       2011-03-23 15:09:08.957 -0700
OS Version:      Mac OS X 10.6.6 (10J567)
Report Version:  6

Interval Since Last Report:          1600063 sec
Crashes Since Last Report:           9
Per-App Interval Since Last Report:  105121 sec
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      C65528B2-3379-4238-B565-EAC83376AAE9

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc[16224]: FREED(id): message respondsToSelector: sent to freed object=0x466d4320
 
Java information:
 Exception type: Illegal Instruction (0x4) at pc=00000000910294b4
 
 Java VM: Java HotSpot(TM) Client VM (19.1-b02-334 mixed mode macosx-x86)
 
Current thread (0000000013001400):  JavaThread "main" [_thread_in_native, id=-1599814336, stack(00000000bf800000,00000000c0000000)]
Stack: [00000000bf800000,00000000c0000000]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J  org.eclipse.swt.internal.cocoa.OS.objc_msgSend_bool(IIII)Z
J  org.eclipse.swt.internal.cocoa.NSRunLoop.runMode(Lorg/eclipse/swt/internal/cocoa/NSString;Lorg/eclipse/swt/internal/cocoa/NSDate;)Z
j  org.eclipse.swt.widgets.Display.sleep()Z+36
J  org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.eventLoopIdle(Lorg/eclipse/swt/widgets/Display;)V
j  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+20
j  org.eclipse.ui.internal.Workbench.runUI()I+555
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$7.run()V+55
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+108
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v  ~StubRoutines::call_stub
Comment 1 Serge Beauchamp CLA 2011-03-23 18:17:23 EDT
Created attachment 191799 [details]
Full crash log
Comment 2 Lakshmi P Shanmugam CLA 2011-03-24 08:16:55 EDT
Stack trace is similar to Bug 340593, marking as duplicate.

*** This bug has been marked as a duplicate of bug 340593 ***