| Author |
Message |
|
|
Post subject: Random Crashes on Leopard
Posted: Oct 30, 2007 - 05:34 PM
|
|
Registered Member


Joined: Sep 12, 2006
Posts: 7
|
|
I upgraded to Leopard 2 days ago and since then I've been getting random crashes all over to the point that MyEclipse is border line unusable. I noticed that most of it happens while trying to open files through "Open Resource" or "Open Type".
Not sure if this is an Apple JVM bug or a MyEclipse, or Eclipse SDK bug but it looks like it happening in the SDK in org.eclipse.swt.internal.carbon.OS.DisposeWindow; I presume this points the finger to the SDK as it calls Carbon APIs to manage the UI.
I'm attaching my crash report here, maybe someone can take a look and suggest a work around :-).
| Code: |
Process: eclipse [28744]
Path: /Applications/Eclipse/Eclipse.app/Contents/MacOS/eclipse
Identifier: org.eclipse.eclipse
Version: 3.3 (3.3)
Code Type: X86 (Native)
Parent Process: bash [282]
Date/Time: 2007-10-30 12:24:31.494 -0400
OS Version: Mac OS X 10.5 (9A581)
Report Version: 6
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000309
Crashed Thread: 0
Application Specific Information:
Java information:
Version: Java HotSpot(TM) Client VM (1.5.0_13-119 mixed mode)
Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_13-119) for macosx-x86, built on Sep 28 2007 23:59:21 by root with gcc 4.0.1 (Apple Inc. build 5465)
Exception type: Bus Error (0xa) at pc=0x00000309
Current thread (0x11401600): JavaThread "main" [_thread_in_native, id=-1605750944]
Stack: [0xbf800000,0xc0000000)
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.carbon.OS.DisposeWindow(I)V+0
j org.eclipse.swt.widgets.Shell.destroyWidget()V+88
j org.eclipse.swt.widgets.Widget.release(Z)V+75
j org.eclipse.swt.widgets.Widget.dispose()V+23
j org.eclipse.jface.window.Window.close()Z+65
j org.eclipse.jface.dialogs.Dialog.close()Z+26
j org.eclipse.jface.dialogs.TrayDialog.close()Z+12
j org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.close()Z+33
j org.eclipse.jface.dialogs.Dialog.okPressed()V+6
j org.eclipse.ui.dialogs.SelectionStatusDialog.okPressed()V+5
j org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.okPressed()V+33
j org.eclipse.jface.dialogs.Dialog.buttonPressed(I)V+5
j org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+17
j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+1003
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
v ~RuntimeStub::alignment_frame_return Runtime1 stub
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j org.eclipse.swt.widgets.Widget.notifyListeners(ILorg/eclipse/swt/widgets/Event;)V+19
j org.eclipse.swt.widgets.Display.runDeferredEvents()Z+88
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+98
j org.eclipse.jface.window.Window.runEventLoop(Lorg/eclipse/swt/widgets/Shell;)V+23
j org.eclipse.jface.window.Window.open()I+49
j org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog.open()I+97
j org.eclipse.ui.internal.ide.handlers.OpenResourceHandler.queryFileResource()[Ljava/lang/Object;+45
j org.eclipse.ui.internal.ide.handlers.OpenResourceHandler.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+18
j org.eclipse.ui.internal.ide.handlers.OpenResourceHandler.run(Lorg/eclipse/jface/action/IAction;)V+8
j org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+144
j org.eclipse.core.commands.Command.executeWithChecks(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+107
j org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+21
j org.eclipse.ui.internal.handlers.HandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6
j org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(Lorg/eclipse/jface/bindings/Binding;Lorg/eclipse/swt/widgets/Event;)Z+198
j org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Ljava/util/List;Lorg/eclipse/swt/widgets/Event;)Z+307
j org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(Ljava/util/List;Lorg/eclipse/swt/widgets/Event;)V+14
j org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(Lorg/eclipse/swt/widgets/Event;)V+158
j org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(Lorg/eclipse/ui/internal/keys/WorkbenchKeyboard;Lorg/eclipse/swt/widgets/Event;)V+2
j org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+177
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j org.eclipse.swt.widgets.Display.filterEvent(Lorg/eclipse/swt/widgets/Event;)Z+12
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+7
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j org.eclipse.swt.widgets.Widget.sendKeyEvent(ILorg/eclipse/swt/widgets/Event;)Z+3
j org.eclipse.swt.widgets.Widget.sendKeyEvent(II)Z+243
j org.eclipse.swt.widgets.Control.kEventUnicodeKeyPressed(III)I+31
j org.eclipse.swt.widgets.Composite.kEventUnicodeKeyPressed(III)I+4
j org.eclipse.swt.widgets.Control.kEventTextInputUnicodeForKeyEvent(III)I+137
j org.eclipse.swt.widgets.Widget.textInputProc(III)I+32
j org.eclipse.swt.widgets.Display.textInputProc(III)I+58
v ~StubRoutines::call_stub
j org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(II)I+0
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+52
j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j org.eclipse.ui.internal.Workbench.runUI()I+336
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$4.run()V+23
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;+81
j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+102
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;+111
j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+210
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v ~StubRoutines::call_stub
Java Threads: ( => current thread )
0x11468d10 JavaThread "Worker-6" [_thread_blocked, id=11788800]
0x1145c220 JavaThread "MyEclipse Thread" [_thread_blocked, id=11072512]
0x1144f300 JavaThread "Thread-3" [_thread_blocked, id=10560000]
0x11448e50 JavaThread "Cleanup" daemon [_thread_in_native, id=10596864]
0x11447500 JavaThread "Worker-2" [_thread_blocked, id=10499584]
0x114471a0 JavaThread "Worker-1" [_thread_blocked, id=9389056]
0x11434e90 JavaThread "Java indexing" daemon [_thread_blocked, id=9898496]
0x114145f0 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=8860672]
0x114141d0 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=8855040]
0x11413c80 JavaThread "State Data Manager" daemon [_thread_blocked, id=8934912]
0x114090b0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8514048]
0x114085e0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8510464]
0x114081d0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8504320]
0x11407880 JavaThread "Finalizer" daemon [_thread_blocked, id=8498176]
0x11407480 JavaThread "Reference Handler" daemon [_thread_blocked, id=8494592]
=>0x11401600 JavaThread "main" [_thread_in_native, id=-1605750944]
Other Threads:
0x11406bd0 VMThread [id=8491008]
0x11409cb0 WatcherThread [id=8517632]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 9152K, used 4698K [0x159f0000, 0x163d0000, 0x19500000)
eden space 8192K, 56% used [0x159f0000, 0x15e7e978, 0x161f0000)
from space 960K, 3% used [0x162e0000, 0x162e7f80, 0x163d0000)
to space 960K, 0% used [0x161f0000, 0x161f0000, 0x162e0000)
tenured generation total 121024K, used 26436K [0x19500000, 0x20b30000, 0x459f0000)
the space 121024K, 21% used [0x19500000, 0x1aed1318, 0x1aed1400, 0x20b30000)
compacting perm gen total 131072K, used 34239K [0x459f0000, 0x4d9f0000, 0x559f0000)
the space 131072K, 26% used [0x459f0000, 0x47b5fd68, 0x47b5fe00, 0x4d9f0000)
No shared spaces configured.
Virtual Machine arguments:
JVM args: -Dosgi.splashLocation=/Applications/MyEclipse 6.0/eclipse/MyEclipseSplash.bmp -showsplash org.eclipse.platform -Xdock:name=MyEclipse -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Xms128m -Xmx768m -XX:PermSize=128m -XX:MaxPermSize=256m -Dorg.eclipse.swt.internal.carbon.smallFonts
Java command: <unknown>
launcher type: generic
Thread 0 Crashed:
0 ??? 0x00000309 0 + 777
1 com.apple.HIToolbox 0x95e4a770 HIObject::Destruct() + 44
2 com.apple.CoreFoundation 0x94dec7a6 _CFRelease + 182
3 com.apple.HIToolbox 0x95ebbb03 HIView::DisposeSubPanes(bool) + 77
4 com.apple.HIToolbox 0x95ebb9f6 HIView::Destruct() + 148
5 com.apple.CoreFoundation 0x94dec7a6 _CFRelease + 182
6 com.apple.HIToolbox 0x95ebbb03 HIView::DisposeSubPanes(bool) + 77
7 com.apple.HIToolbox 0x95ebb9f6 HIView::Destruct() + 148
8 com.apple.CoreFoundation 0x94dec7a6 _CFRelease + 182
9 com.apple.HIToolbox 0x95ebbb03 HIView::DisposeSubPanes(bool) + 77
10 com.apple.HIToolbox 0x95ebb9f6 HIView::Destruct() + 148
11 com.apple.CoreFoundation 0x94dec7a6 _CFRelease + 182
12 com.apple.HIToolbox 0x95ebbb03 HIView::DisposeSubPanes(bool) + 77
13 com.apple.HIToolbox 0x95ebb9f6 HIView::Destruct() + 148
14 com.apple.CoreFoundation 0x94dec7a6 _CFRelease + 182
15 com.apple.HIToolbox 0x95ebbb03 HIView::DisposeSubPanes(bool) + 77
16 com.apple.HIToolbox 0x95ebb9f6 HIView::Destruct() + 148
17 com.apple.CoreFoundation 0x94dec7a6 _CFRelease + 182
18 com.apple.HIToolbox 0x95ebbb03 HIView::DisposeSubPanes(bool) + 77
19 com.apple.HIToolbox 0x95ebb9f6 HIView::Destruct() + 148
20 com.apple.CoreFoundation 0x94dec7a6 _CFRelease + 182
21 com.apple.HIToolbox 0x95f5beaf WindowData::~WindowData() + 269
22 com.apple.HIToolbox 0x95f623a1 HIViewWrapperDef::~HIViewWrapperDef() + 37
23 com.apple.HIToolbox 0x95e0be90 HIObject::HandleClassHIObjectEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 274
24 com.apple.HIToolbox 0x95e0bcfb HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 55
25 com.apple.HIToolbox 0x95e0b863 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
26 com.apple.HIToolbox 0x95e0ac9d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
27 com.apple.HIToolbox 0x95e0ab02 SendEventToEventTargetWithOptions + 58
28 com.apple.HIToolbox 0x95e4a7fe HIObject::Destruct() + 186
29 com.apple.HIToolbox 0x95e862c5 WindowData::Destruct() + 697
30 com.apple.CoreFoundation 0x94dec7a6 _CFRelease + 182
31 libswt-pi-carbon-3347.jnilib 0x5c6ecebf Java_org_eclipse_swt_internal_carbon_OS_DisposeWindow + 17
32 ??? 0x139f09b1 0 + 329189809
33 ??? 0x139ea9d3 0 + 329165267
34 ??? 0x139ea9d3 0 + 329165267
35 ??? 0x139ea9d3 0 + 329165267
36 ??? 0x139ea9d3 0 + 329165267
37 ??? 0x139eab2b 0 + 329165611
38 ??? 0x139eab2b 0 + 329165611
39 ??? 0x139eab2b 0 + 329165611
40 ??? 0x139eab2b 0 + 329165611
41 ??? 0x139ea9d3 0 + 329165267
42 ??? 0x139ea9d3 0 + 329165267
43 ??? 0x139ea9d3 0 + 329165267
44 ??? 0x139ea9d3 0 + 329165267
45 ??? 0x139eacd9 0 + 329166041
46 ??? 0x13bfe6b4 0 + 331343540
47 ??? 0x13a5cdc0 0 + 329633216
48 ??? 0x139ea9d3 0 + 329165267
49 ??? 0x139ea9d3 0 + 329165267
50 ??? 0x139ea9d3 0 + 329165267
51 ??? 0x139ea9d3 0 + 329165267
52 ??? 0x139ea9d3 0 + 329165267
53 ??? 0x139eab2b 0 + 329165611
54 ??? 0x139eab2b 0 + 329165611
55 ??? 0x139ea9d3 0 + 329165267
56 ??? 0x139eaa7f 0 + 329165439
57 ??? 0x139eaa7f 0 + 329165439
58 ??? 0x139eaaaa 0 + 329165482
59 ??? 0x139eaaaa 0 + 329165482
60 ??? 0x139eacd9 0 + 329166041
61 ??? 0x139eadb0 0 + 329166256
62 ??? 0x139eaaaa 0 + 329165482
63 ??? 0x139eaaaa 0 + 329165482
64 ??? 0x139eadb0 0 + 329166256
65 ??? 0x139eab2b 0 + 329165611
66 ??? 0x139eab2b 0 + 329165611
67 ??? 0x139ea9d3 0 + 329165267
68 ??? 0x139ea9d3 0 + 329165267
69 ??? 0x139ea9d3 0 + 329165267
70 ??? 0x13bfe6b4 0 + 331343540
71 ??? 0x139ea9d3 0 + 329165267
72 ??? 0x139eab2b 0 + 329165611
73 ??? 0x139ea9d3 0 + 329165267
74 ??? 0x139ea9d3 0 + 329165267
75 ??? 0x139ea9d3 0 + 329165267
76 ??? 0x139eab2b 0 + 329165611
77 ??? 0x139eab2b 0 + 329165611
78 ??? 0x139eaa7f 0 + 329165439
79 ??? 0x139eaa7f 0 + 329165439
80 ??? 0x139eaa7f 0 + 329165439
81 ??? 0x139eaa7f 0 + 329165439
82 ??? 0x139e8227 0 + 329155111
83 libjvm.dylib 0x1111963a 0x11000000 + 1152570
84 libjvm.dylib 0x11119356 0x11000000 + 1151830
85 libjvm.dylib 0x110a368c 0x11000000 + 669324
86 libjvm.dylib 0x1120f48b JNI_CreateJavaVM_Impl + 101963
87 libswt-carbon-3347.jnilib 0x5c6dff5e callback + 794
88 ??? 0x5c6ab595 0 + 1550497173
89 com.apple.HIToolbox 0x95e0b863 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
90 com.apple.HIToolbox 0x95e0ac9d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
91 com.apple.HIToolbox 0x95e2708e SendEventToEventTarget + 52
92 com.apple.HIToolbox 0x95e39e22 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1898
93 com.apple.HIToolbox 0x95e0bc1c DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2134
94 com.apple.HIToolbox 0x95e0ac9d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
95 com.apple.HIToolbox 0x95e2708e SendEventToEventTarget + 52
96 com.apple.HIToolbox 0x95f08d19 SendTSMEvent + 247
97 com.apple.HIToolbox 0x95f46540 SendUnicodeTextAEToUnicodeDoc + 1099
98 com.apple.HIToolbox 0x95f0729f TSMKeyEvent + 980
99 com.apple.HIToolbox 0x95e5af4b TSMProcessRawKeyEvent + 2295
100 com.apple.HIToolbox 0x95fb35a9 HandleCompatibilityKeyEvent + 331
101 com.apple.HIToolbox 0x95e07507 HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2777
102 com.apple.HIToolbox 0x95e0b863 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
103 com.apple.HIToolbox 0x95e0ac9d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
104 com.apple.HIToolbox 0x95e0ab02 SendEventToEventTargetWithOptions + 58
105 com.apple.HIToolbox 0x95e39d56 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1694
106 com.apple.HIToolbox 0x95e0bc1c DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2134
107 com.apple.HIToolbox 0x95e0ac9d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
108 com.apple.HIToolbox 0x95e2708e SendEventToEventTarget + 52
109 libswt-pi-carbon-3347.jnilib 0x5c6fab3b Java_org_eclipse_swt_internal_carbon_OS_SendEventToEventTarget + 31
110 ??? 0x139f09b1 0 + 329189809
111 ??? 0x139eaa7f 0 + 329165439
112 ??? 0x139eab2b 0 + 329165611
113 ??? 0x139ea9d3 0 + 329165267
114 ??? 0x139eaa7f 0 + 329165439
115 ??? 0x139eaa7f 0 + 329165439
116 ??? 0x139eacd9 0 + 329166041
117 ??? 0x139ea9d3 0 + 329165267
118 ??? 0x139eaa7f 0 + 329165439
119 ??? 0x139eaa7f 0 + 329165439
120 ??? 0x139eadb0 0 + 329166256
121 ??? 0x139eadb0 0 + 329166256
122 ??? 0x139eaaaa 0 + 329165482
123 ??? 0x139eaaaa 0 + 329165482
124 ??? 0x139eaaaa 0 + 329165482
125 ??? 0x139e8227 0 + 329155111
126 libjvm.dylib 0x1111963a 0x11000000 + 1152570
127 libjvm.dylib 0x11119356 0x11000000 + 1151830
128 libjvm.dylib 0x110bb4b1 0x11000000 + 767153
129 libjvm.dylib 0x110d7e4f 0x11000000 + 884303
130 libjvm.dylib 0x1125678b JVM_InvokeMethod + 411
131 ??? 0x139f09b1 0 + 329189809
132 ??? 0x139eaaaa 0 + 329165482
133 ??? 0x139eaaaa 0 + 329165482
134 ??? 0x139eadb0 0 + 329166256
135 ??? 0x139eaaaa 0 + 329165482
136 ??? 0x139ea9d3 0 + 329165267
137 ??? 0x139ea9d3 0 + 329165267
138 ??? 0x139e8227 0 + 329155111
139 libjvm.dylib 0x1111963a 0x11000000 + 1152570
140 libjvm.dylib 0x11119356 0x11000000 + 1151830
141 libjvm.dylib 0x110a368c 0x11000000 + 669324
142 libjvm.dylib 0x1120f24a JNI_CreateJavaVM_Impl + 101386
143 eclipse_1021.so 0x0002d8ff startJavaJNI + 454
144 eclipse_1021.so 0x0002c84f startJavaVM + 50
145 eclipse_1021.so 0x0002a26a run + 1113
146 org.eclipse.eclipse 0x00001f7b original_main + 821
147 org.eclipse.eclipse 0x000027fa main + 768
148 org.eclipse.eclipse 0x00001c2a _start + 216
149 org.eclipse.eclipse 0x00001b51 start + 41
Thread 1:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libSystem.B.dylib 0x92686843 mach_msg_server + 491
3 libjvm.dylib 0x1100eed5 0x11000000 + 61141
4 libjvm.dylib 0x1100ec95 0x11000000 + 60565
5 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
6 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 2:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x11118563 0x11000000 + 1148259
3 libjvm.dylib 0x111183fc 0x11000000 + 1147900
4 libjvm.dylib 0x1105d1ed 0x11000000 + 381421
5 libjvm.dylib 0x1105cd57 0x11000000 + 380247
6 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
7 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 3:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x1111861a 0x11000000 + 1148442
3 libjvm.dylib 0x1105e28a 0x11000000 + 385674
4 libjvm.dylib 0x1105d875 0x11000000 + 383093
5 libjvm.dylib 0x1123f201 JVM_MonitorWait + 465
6 ??? 0x139f09b1 0 + 329189809
7 ??? 0x13d7b1c8 0 + 332902856
8 ??? 0x13a63980 0 + 329660800
9 ??? 0x139e8227 0 + 329155111
10 libjvm.dylib 0x1111963a 0x11000000 + 1152570
11 libjvm.dylib 0x1105d763 0x11000000 + 382819
12 libjvm.dylib 0x1105d655 0x11000000 + 382549
13 libjvm.dylib 0x1105d595 0x11000000 + 382357
14 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
15 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
16 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 4:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x1111861a 0x11000000 + 1148442
3 libjvm.dylib 0x1105e28a 0x11000000 + 385674
4 libjvm.dylib 0x1105d875 0x11000000 + 383093
5 libjvm.dylib 0x1123f201 JVM_MonitorWait + 465
6 ??? 0x139f09b1 0 + 329189809
7 ??? 0x13bfcc84 0 + 331336836
8 ??? 0x13bfca4c 0 + 331336268
9 ??? 0x13a5cdc0 0 + 329633216
10 ??? 0x139eaaaa 0 + 329165482
11 ??? 0x139e8227 0 + 329155111
12 libjvm.dylib 0x1111963a 0x11000000 + 1152570
13 libjvm.dylib 0x1105d763 0x11000000 + 382819
14 libjvm.dylib 0x1105d655 0x11000000 + 382549
15 libjvm.dylib 0x1105d595 0x11000000 + 382357
16 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
17 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
18 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 5:
0 libSystem.B.dylib 0x92611922 semaphore_wait_trap + 10
1 libjvm.dylib 0x1105e9ae 0x11000000 + 387502
2 libjvm.dylib 0x1105e695 0x11000000 + 386709
3 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
4 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
5 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 6:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x1111861a 0x11000000 + 1148442
3 libjvm.dylib 0x111182b9 0x11000000 + 1147577
4 libjvm.dylib 0x1105efdb 0x11000000 + 389083
5 libjvm.dylib 0x1105ecb8 0x11000000 + 388280
6 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
7 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
8 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 7:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x1111861a 0x11000000 + 1148442
3 libjvm.dylib 0x111183fc 0x11000000 + 1147900
4 libjvm.dylib 0x1105f0f0 0x11000000 + 389360
5 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
6 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
7 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 8:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x11118563 0x11000000 + 1148259
3 libjvm.dylib 0x1105f90f 0x11000000 + 391439
4 libjvm.dylib 0x1105f45a 0x11000000 + 390234
5 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
6 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 9:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x11118563 0x11000000 + 1148259
3 libjvm.dylib 0x1105f769 0x11000000 + 391017
4 libjvm.dylib 0x1124e6c1 JVM_Sleep + 481
5 ??? 0x139f09b1 0 + 329189809
6 ??? 0x139ea9d3 0 + 329165267
7 ??? 0x139eacd9 0 + 329166041
8 ??? 0x139e8227 0 + 329155111
9 libjvm.dylib 0x1111963a 0x11000000 + 1152570
10 libjvm.dylib 0x1105d763 0x11000000 + 382819
11 libjvm.dylib 0x1105d655 0x11000000 + 382549
12 libjvm.dylib 0x1105d595 0x11000000 + 382357
13 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
14 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
15 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 10:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x1111861a 0x11000000 + 1148442
3 libjvm.dylib 0x1105e28a 0x11000000 + 385674
4 libjvm.dylib 0x1105d875 0x11000000 + 383093
5 libjvm.dylib 0x1123f201 JVM_MonitorWait + 465
6 ??? 0x139f09b1 0 + 329189809
7 ??? 0x139ea9d3 0 + 329165267
8 ??? 0x139ea9d3 0 + 329165267
9 ??? 0x139eaaaa 0 + 329165482
10 ??? 0x139e8227 0 + 329155111
11 libjvm.dylib 0x1111963a 0x11000000 + 1152570
12 libjvm.dylib 0x1105d763 0x11000000 + 382819
13 libjvm.dylib 0x1105d655 0x11000000 + 382549
14 libjvm.dylib 0x1105d595 0x11000000 + 382357
15 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
16 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
17 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 11:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x1111861a 0x11000000 + 1148442
3 libjvm.dylib 0x1105e28a 0x11000000 + 385674
4 libjvm.dylib 0x1105d875 0x11000000 + 383093
5 libjvm.dylib 0x1123f201 JVM_MonitorWait + 465
6 ??? 0x139f09b1 0 + 329189809
7 ??? 0x139ea9d3 0 + 329165267
8 ??? 0x139ea9d3 0 + 329165267
9 ??? 0x139eaaaa 0 + 329165482
10 ??? 0x139e8227 0 + 329155111
11 libjvm.dylib 0x1111963a 0x11000000 + 1152570
12 libjvm.dylib 0x1105d763 0x11000000 + 382819
13 libjvm.dylib 0x1105d655 0x11000000 + 382549
14 libjvm.dylib 0x1105d595 0x11000000 + 382357
15 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
16 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
17 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 12:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x1111861a 0x11000000 + 1148442
3 libjvm.dylib 0x1105e28a 0x11000000 + 385674
4 libjvm.dylib 0x1105d875 0x11000000 + 383093
5 libjvm.dylib 0x1123f201 JVM_MonitorWait + 465
6 ??? 0x139f09b1 0 + 329189809
7 ??? 0x139ea9d3 0 + 329165267
8 ??? 0x139ea9d3 0 + 329165267
9 ??? 0x139eacd9 0 + 329166041
10 ??? 0x139e8227 0 + 329155111
11 libjvm.dylib 0x1111963a 0x11000000 + 1152570
12 libjvm.dylib 0x1105d763 0x11000000 + 382819
13 libjvm.dylib 0x1105d655 0x11000000 + 382549
14 libjvm.dylib 0x1105d595 0x11000000 + 382357
15 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
16 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
17 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 13:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x11118563 0x11000000 + 1148259
3 libjvm.dylib 0x1105e28a 0x11000000 + 385674
4 libjvm.dylib 0x1105d875 0x11000000 + 383093
5 libjvm.dylib 0x1123f201 JVM_MonitorWait + 465
6 ??? 0x139f09b1 0 + 329189809
7 ??? 0x139ea9d3 0 + 329165267
8 ??? 0x13af283c 0 + 330246204
9 ??? 0x13a5cdc0 0 + 329633216
10 ??? 0x139eaaaa 0 + 329165482
11 ??? 0x139e8227 0 + 329155111
12 libjvm.dylib 0x1111963a 0x11000000 + 1152570
13 libjvm.dylib 0x1105d763 0x11000000 + 382819
14 libjvm.dylib 0x1105d655 0x11000000 + 382549
15 libjvm.dylib 0x1105d595 0x11000000 + 382357
16 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
17 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
18 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 14:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x11118563 0x11000000 + 1148259
3 libjvm.dylib 0x1105f769 0x11000000 + 391017
4 libjvm.dylib 0x1124e6c1 JVM_Sleep + 481
5 ??? 0x139f09b1 0 + 329189809
6 ??? 0x139ea9d3 0 + 329165267
7 ??? 0x139eaaaa 0 + 329165482
8 ??? 0x139e8227 0 + 329155111
9 libjvm.dylib 0x1111963a 0x11000000 + 1152570
10 libjvm.dylib 0x1105d763 0x11000000 + 382819
11 libjvm.dylib 0x1105d655 0x11000000 + 382549
12 libjvm.dylib 0x1105d595 0x11000000 + 382357
13 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
14 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
15 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 15:
0 libSystem.B.dylib 0x92660fae recvfrom$UNIX2003 + 10
1 ??? 0x139f11aa 0 + 329191850
2 ??? 0x139ea9d3 0 + 329165267
3 ??? 0x139ea9d3 0 + 329165267
4 ??? 0x139ea9d3 0 + 329165267
5 ??? 0x139e8227 0 + 329155111
6 libjvm.dylib 0x1111963a 0x11000000 + 1152570
7 libjvm.dylib 0x1105d763 0x11000000 + 382819
8 libjvm.dylib 0x1105d655 0x11000000 + 382549
9 libjvm.dylib 0x1105d595 0x11000000 + 382357
10 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
11 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
12 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 16:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x1111861a 0x11000000 + 1148442
3 libjvm.dylib 0x1105e28a 0x11000000 + 385674
4 libjvm.dylib 0x1105d875 0x11000000 + 383093
5 libjvm.dylib 0x1123f201 JVM_MonitorWait + 465
6 ??? 0x139f09b1 0 + 329189809
7 ??? 0x13bfcc84 0 + 331336836
8 ??? 0x13bfca4c 0 + 331336268
9 ??? 0x13a5cdc0 0 + 329633216
10 ??? 0x139eaaaa 0 + 329165482
11 ??? 0x139eacd9 0 + 329166041
12 ??? 0x139e8227 0 + 329155111
13 libjvm.dylib 0x1111963a 0x11000000 + 1152570
14 libjvm.dylib 0x1105d763 0x11000000 + 382819
15 libjvm.dylib 0x1105d655 0x11000000 + 382549
16 libjvm.dylib 0x1105d595 0x11000000 + 382357
17 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
18 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
19 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 17:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x1111861a 0x11000000 + 1148442
3 libjvm.dylib 0x1105e28a 0x11000000 + 385674
4 libjvm.dylib 0x1105d875 0x11000000 + 383093
5 libjvm.dylib 0x1123f201 JVM_MonitorWait + 465
6 ??? 0x139f09b1 0 + 329189809
7 ??? 0x139ea9d3 0 + 329165267
8 ??? 0x139ea9d3 0 + 329165267
9 ??? 0x139ea9d3 0 + 329165267
10 ??? 0x139eacd9 0 + 329166041
11 ??? 0x139e8227 0 + 329155111
12 libjvm.dylib 0x1111963a 0x11000000 + 1152570
13 libjvm.dylib 0x1105d763 0x11000000 + 382819
14 libjvm.dylib 0x1105d655 0x11000000 + 382549
15 libjvm.dylib 0x1105d595 0x11000000 + 382357
16 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
17 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
18 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 18:
0 libSystem.B.dylib 0x926118e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x926190dc mach_msg + 72
2 libjvm.dylib 0x11118563 0x11000000 + 1148259
3 libjvm.dylib 0x1105e28a 0x11000000 + 385674
4 libjvm.dylib 0x1105d875 0x11000000 + 383093
5 libjvm.dylib 0x1123f201 JVM_MonitorWait + 465
6 ??? 0x139f09b1 0 + 329189809
7 ??? 0x139ea9d3 0 + 329165267
8 ??? 0x13af283c 0 + 330246204
9 ??? 0x13a5cdc0 0 + 329633216
10 ??? 0x139eaaaa 0 + 329165482
11 ??? 0x139e8227 0 + 329155111
12 libjvm.dylib 0x1111963a 0x11000000 + 1152570
13 libjvm.dylib 0x1105d763 0x11000000 + 382819
14 libjvm.dylib 0x1105d655 0x11000000 + 382549
15 libjvm.dylib 0x1105d595 0x11000000 + 382357
16 libjvm.dylib 0x1105d4b8 0x11000000 + 382136
17 libjvm.dylib 0x112c4cc5 JVM_RaiseSignal + 441189
18 libSystem.B.dylib 0x9268d8cb _pthread_body + 27
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x5fd82cf0 ebx: 0x94dec707 ecx: 0x5fd82e60 edx: 0xbfffb0dc
edi: 0x00000000 esi: 0x0000048a ebp: 0xbfffbc78 esp: 0xbfffbc2c
ss: 0x0000001f efl: 0x00010202 eip: 0x00000309 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x00000309
Binary Images:
0x1000 - 0x3fff +org.eclipse.eclipse 3.3 (3.3) /Applications/Eclipse/Eclipse.app/Contents/MacOS/eclipse
0x29000 - 0x30fff +eclipse_1021.so ??? (???) /Applications/Eclipse/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.2.R331_v20071019/eclipse_1021.so
0x39000 - 0x40ffd com.apple.JavaVM 12.0.0 (12.0.0) <44b9536fe4d7c7fcb3506adb695a180f> /System/Library/Frameworks/JavaVM.framework/JavaVM
0x59000 - 0x60fe0 libverify.dylib ??? (???) <7a69785e6278690ecba70a4ec32d732a> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib
0x66000 - 0x80fef libjava.jnilib ??? (???) <42b19094a14d6f296d7186946847ce86> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib
0x8e000 - 0x99ffb libzip.jnilib ??? (???) <8d58d4a6b64d83d08732a310918c7f5a> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib
0x11000000 - 0x1134fffb libjvm.dylib ??? (???) <5bd51fa3ce82d6e1bd1582f46b2b8bac> /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Libraries/libjvm.dylib
0x5815c000 - 0x58242ff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x5adfb000 - 0x5ae06ffb libnet.jnilib ??? (???) <d6087c096127755a3769819c04fe6a19> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jnilib
0x5ae0d000 - 0x5ae10ffc libnio.jnilib ??? (???) <57a95ec155863e0a0e7b2636d7c461f2> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jnilib
0x5c6dd000 - 0x5c6dfffd +libswt-carbon-3347.jnilib ??? (???) /Applications/Eclipse/configuration/org.eclipse.osgi/bundles/582/1/.cp/libswt-carbon-3347.jnilib
0x5c6e3000 - 0x5c715ff7 +libswt-pi-carbon-3347.jnilib ??? (???) /Applications/Eclipse/configuration/org.eclipse.osgi/bundles/582/1/.cp/libswt-pi-carbon-3347.jnilib
0x5dc3d000 - 0x5dc3dfff +liblocalfile_1_0_0.jnilib ??? (???) /Applications/Eclipse/configuration/org.eclipse.osgi/bundles/448/1/.cp/os/macosx/liblocalfile_1_0_0.jnilib
0x62dab000 - 0x62dadffe libmanagement.jnilib ??? (???) <7dde8eb9b9b8d5a719b817df969a22c3> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libmanagement.jnilib
0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
0x90003000 - 0x900b5ffb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
0x900df000 - 0x9016bff7 com.apple.LaunchServices 283 (283) <30168051779817916e04eb8e85fcc17f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x903d5000 - 0x90468fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x90469000 - 0x90471fff com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9047e000 - 0x9047effd com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9047f000 - 0x90563ffb com.apple.CoreData 100 (185) <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x90b05000 - 0x90c3dff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
0x90c3e000 - 0x90eb7fe7 com.apple.Foundation 6.5 (677) <d182b2cc21817f7e5b6c7a1b3f421a98> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x90eb8000 - 0x916b2fef com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92503000 - 0x92503ffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9253e000 - 0x92583fef com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x925a3000 - 0x925c2ffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x92610000 - 0x92610ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92611000 - 0x9276bfe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
0x9291e000 - 0x9291effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x9292d000 - 0x92933fff com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92977000 - 0x92a26fff com.apple.DesktopServices 1.4.2 (1.4.2) <ec69c4072b0df6f52ef3f48fadf4c4b8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92a27000 - 0x92a66fef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x92c23000 - 0x932bafef com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x93300000 - 0x9330cff5 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9330d000 - 0x93337fef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
0x93338000 - 0x9345cfe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9345d000 - 0x934b9ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x93635000 - 0x93636fef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x93657000 - 0x9365eff7 libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9365f000 - 0x9366dffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x939f4000 - 0x93abbff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x93ac2000 - 0x93ed2fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x93ed3000 - 0x93ee9fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x93eea000 - 0x93eeaffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x93eeb000 - 0x940b4fef com.apple.security 5.0 (31122) <0759867b3944f1e54ce3d9078bbdb867> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x940b5000 - 0x940b7fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x940b8000 - 0x94391fe7 com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x94392000 - 0x943a8fe7 com.apple.CoreVideo 1.5.0 (1.5.0) <bcc3dd0978bb626c26378227740e1e80> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9446f000 - 0x9454efff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
0x9454f000 - 0x945a8fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x945a9000 - 0x94659fff edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9465a000 - 0x9465afff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9465b000 - 0x94662ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x94663000 - 0x94667fff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x948e0000 - 0x94916fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94962000 - 0x94969fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x9499f000 - 0x949e1fef com.apple.NavigationServices 3.5 (160) <26d03493eac3e290fd1d0fd5ff311863> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x949e2000 - 0x94d77fef com.apple.QuartzCore 1.5.0 (1.5.0) <363cc63c669523cc3fec577949bb1308> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94d78000 - 0x94eaafe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x94ec3000 - 0x94f6aff7 com.apple.QD 3.11.49 (???) <ca01e72078d30d6b183aa5224344608b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x94f6b000 - 0x94fdffef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x94fe0000 - 0x94fe1ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x94fe2000 - 0x9501cff7 com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9501d000 - 0x95026fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x95035000 - 0x950ebfe3 com.apple.CoreServices.OSServices 209 (209) <89296b20d2db6c180eee073b699e3484> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x953fb000 - 0x9543cfe7 libRIP.A.dylib ??? (???) <bdc6d70bf4ed3dace321b4ff76a353b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9543d000 - 0x954b7ff8 com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x954b8000 - 0x954e0ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x95512000 - 0x9553ffeb libvDSP.dylib ??? (???) <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x95591000 - 0x955eeffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x955ef000 - 0x955efffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x955f0000 - 0x95608fff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95609000 - 0x95692fff com.apple.framework.IOKit 1.5.0 (???) <5d9b85c55183f9732eb9efc38d18ba53> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x95693000 - 0x956b1fff libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib
0x956b2000 - 0x95731ff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x95732000 - 0x95746ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95757000 - 0x957cefe3 com.apple.CFNetwork 217 (219) <f3c16ae4b2faeb134957ee96d90dc5ca> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x957cf000 - 0x958b0ff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
0x958b1000 - 0x958bdfe7 com.apple.opengl 1.5.4 (1.5.4) <98bccaa83ca5e7101e821b4569a6a2ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x958f0000 - 0x958fafeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x958fb000 - 0x958fefff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x958ff000 - 0x95a44ff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95a45000 - 0x95e03fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x95e04000 - 0x9610afff com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9610b000 - 0x96126ffb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x96242000 - 0x96266fff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x96267000 - 0x96733ffe libGLProgrammability.dylib ??? (???) <ebd2e6c99ec2662b4bdaa3212ab94aed> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9674e000 - 0x9675effc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9675f000 - 0x9676afe7 libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9676b000 - 0x967f2ff7 libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib
0x967f3000 - 0x96843ff7 com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x96844000 - 0x9689eff7 com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9689f000 - 0x968a4fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9694f000 - 0x96951ff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x96a47000 - 0x96a6efff libcups.2.dylib ??? (???) <6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib
0x96a6f000 - 0x96a6fffd com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96a70000 - 0x96a80fff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x96a81000 - 0x96b13ff3 com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x96b1a000 - 0x96b57ff7 libGLImage.dylib ??? (???) <2d5ec9fc8b04b7b33f1d40ec83d86bf3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x96b58000 - 0x96bd4feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x96bd5000 - 0x96c04fe3 com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x96c05000 - 0x96cd0fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96cd1000 - 0x96cdcff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
|
|
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Random Crashes on Leopard
Posted: Oct 30, 2007 - 07:40 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5764
|
|
| Has anything been logged under <workspace>/.metadata/.log file. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 30, 2007 - 08:41 PM
|
|
Registered Member


Joined: Sep 12, 2006
Posts: 7
|
|
Here's the contents of the log file for a session that crashed. It is very easy to reproduce; just open a workspace (mine is big), Hit Apple+Shift+R, and continue to open files this way till it crashes.
| Code: |
!SESSION 2007-10-30 15:10:49.151 -----------------------------------------------
eclipse.buildId=M20070921-1145
java.version=1.5.0_13
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
Framework arguments: -keyring /Users/AhmedT/.eclipse_keyring -showlocation -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os macosx -ws carbon -arch x86 -keyring /Users/AhmedT/.eclipse_keyring -consoleLog -showlocation -product com.genuitec.myeclipse.product.ide
!ENTRY org.eclipse.ui 2 0 2007-10-30 15:10:51.608
!MESSAGE Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points.
!SUBENTRY 1 org.eclipse.ui 2 0 2007-10-30 15:10:51.609
!MESSAGE Commands should really have a category: plug-in='org.codehaus.groovy.eclipse.ui', id='org.codehaus.groovy.eclipse.command.RunGroovyConsole', categoryId='org.codehaus.groovy.eclipse.editor.category.rundebug'
!SUBENTRY 1 org.eclipse.ui 2 0 2007-10-30 15:10:51.609
!MESSAGE Commands should really have a category: plug-in='org.codehaus.groovy.eclipse.ui', id='org.codehaus.groovy.eclipse.debug.ui.testShortcut.debug', categoryId='org.eclipse.debug.ui.category.debug'
!ENTRY org.eclipse.ui.workbench 2 0 2007-10-30 15:10:57.891
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-30 15:10:57.892
!MESSAGE Conflict for 'AUTOGEN:::org.rubypeople.rdt.refactoring.refactoringContext/org.rubypeople.rdt.refactoring.action.RenameAction':
HandlerActivation(commandId=AUTOGEN:::org.rubypeople.rdt.refactoring.refactoringContext/org.rubypeople.rdt.refactoring.action.RenameAction,
handler=ActionDelegateHandlerProxy(null,org.rubypeople.rdt.refactoring.action.RenameAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@9a90b9),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::org.rubypeople.rdt.refactoring.refactoringContext/org.rubypeople.rdt.refactoring.action.RenameAction,
handler=ActionDelegateHandlerProxy(null,org.rubypeople.rdt.refactoring.action.RenameAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@9a90b9),sourcePriority=16384)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-30 15:10:57.892
!MESSAGE Conflict for 'AUTOGEN:::org.rubypeople.rdt.refactoring.refactoringContext/org.rubypeople.rdt.refactoring.action.EncapsulateFieldAction':
HandlerActivation(commandId=AUTOGEN:::org.rubypeople.rdt.refactoring.refactoringContext/org.rubypeople.rdt.refactoring.action.EncapsulateFieldAction,
handler=ActionDelegateHandlerProxy(null,org.rubypeople.rdt.refactoring.action.EncapsulateFieldAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@9a90b9),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::org.rubypeople.rdt.refactoring.refactoringContext/org.rubypeople.rdt.refactoring.action.EncapsulateFieldAction,
handler=ActionDelegateHandlerProxy(null,org.rubypeople.rdt.refactoring.action.EncapsulateFieldAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@9a90b9),sourcePriority=16384)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-30 15:10:57.892
!MESSAGE Conflict for 'AUTOGEN:::org.rubypeople.rdt.refactoring.refactoringContext/org.rubypeople.rdt.refactoring.action.MoveFieldAction':
HandlerActivation(commandId=AUTOGEN:::org.rubypeople.rdt.refactoring.refactoringContext/org.rubypeople.rdt.refactoring.action.MoveFieldAction,
handler=ActionDelegateHandlerProxy(null,org.rubypeople.rdt.refactoring.action.MoveFieldAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@9a90b9),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::org.rubypeople.rdt.refactoring.refactoringContext/org.rubypeople.rdt.refactoring.action.MoveFieldAction,
handler=ActionDelegateHandlerProxy(null,org.rubypeople.rdt.refactoring.action.MoveFieldAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@9a90b9),sourcePriority=16384)
!ENTRY org.eclipse.jface 2 0 2007-10-30 15:10:57.905
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2007-10-30 15:10:57.905
!MESSAGE A conflict occurred for ALT+SHIFT+D G:
Binding(ALT+SHIFT+D G,
ParameterizedCommand(Command(org.testng.eclipse.shortcut.testngSuite.debug,Debug TestNG Suite,
Debug TestNG Suite,
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(ALT+SHIFT+D G,
ParameterizedCommand(Command(org.codehaus.groovy.eclipse.debug.ui.groovyShortcut.debug,Debug Groovy,
Debug Groovy File,
|
| | |