Skip to content

IDE fails to startup #496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wothke opened this issue Jul 9, 2016 · 12 comments
Closed

IDE fails to startup #496

wothke opened this issue Jul 9, 2016 · 12 comments
Labels
domain: configuration Configuring Sloeber does not work as docummented OS: windows status: duplicate

Comments

@wothke
Copy link

wothke commented Jul 9, 2016

Today I installed the Win 32-bit version that I had just downloaded here: http://eclipse.baeyens.it/stable.php?OS=Windows . Initially the IDE started and after it had completed the automatic download of the add-on libs. I quit the IDE and copied the "MegaCore" folder that I need for my "ATmega128" microcontroller to "arduinoPlugin/packages".
I then started the IDE and created a new Sketch (*.cpp). The IDE seemed to correctly recognize the new core and let me select the respective ATmega128 settings. So everything seemed fine and it looked as if I had a new empty project.
I then restarted the IDE - only it does no longer start :-( I get to the point were a popup dialog informs me "we have found programs in the path that might conflict with our external builder" - but that message had not prevented the IDE from starting before.. (see above). but right after that dialog the IDE just crashes - see log below:
`#

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d20a299, pid=5692, tid=4528

JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)

Java VM: Java HotSpot(TM) Client VM (25.66-b18 mixed mode windows-x86 )

Problematic frame:

V [jvm.dll+0xaa299]

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

If you would like to submit a bug report, please visit:

http://bugreport.java.com/bugreport/crash.jsp

--------------- T H R E A D ---------------

Current thread (0x003e9800): JavaThread "main" [_thread_in_vm, id=4528, stack(0x00030000,0x00130000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000c

Registers:
EAX=0x00000000, EBX=0x0012cc94, ECX=0x00000000, EDX=0x000003ff
ESP=0x0012be0c, EBP=0x0012be0c, ESI=0x003e9800, EDI=0xffffffff
EIP=0x6d20a299, EFLAGS=0x00010202

Top of Stack: (sp=0x0012be0c)
0x0012be0c: 0012c258 6d1b747d 00000000 000000b6
0x0012be1c: 0012cc94 003e9800 0012be3c 6d1e1081
0x0012be2c: 12c6e9c8 0012bfc8 6d1e10fc 003e9800
0x0012be3c: 0012bf68 6d1e371e 12c70e30 089186c0
0x0012be4c: 039dbfa0 003e9800 12c6e9c8 003e9800
0x0012be5c: 00000000 003e9800 6d1e373c 00000000
0x0012be6c: 003e9800 6d1e3749 12c6e9c8 0012beb4
0x0012be7c: 009e0417 039dc3b8 00000000 003e9800

Instructions: (pc=0x6d20a299)
0x6d20a279: cc cc cc cc cc cc cc 55 8b ec 8b 45 08 8b 4c 81
0x6d20a289: 2c 89 4d 08 8b 45 08 8a d0 f6 d2 f6 c2 01 74 07
0x6d20a299: 8b 40 0c 5d c2 04 00 83 e0 fe 5d c2 04 00 cc cc
0x6d20a2a9: cc cc cc cc cc cc cc 55 8b ec 8b 45 0c 8b 4c 81

Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x0012cc94 is pointing into the stack for thread: 0x003e9800
ECX=0x00000000 is an unknown value
EDX=0x000003ff is an unknown value
ESP=0x0012be0c is pointing into the stack for thread: 0x003e9800
EBP=0x0012be0c is pointing into the stack for thread: 0x003e9800
ESI=0x003e9800 is a thread
EDI=0xffffffff is an unknown value

Stack: [0x00030000,0x00130000], sp=0x0012be0c, free space=1007k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xaa299]
V [jvm.dll+0x5747d]
V [jvm.dll+0x59ca8]
V [jvm.dll+0x5ac39]
V [jvm.dll+0x5ad74]
V [jvm.dll+0xb4ded]
V [jvm.dll+0xbcd75]
V [jvm.dll+0xbe978]
V [jvm.dll+0x10aee6]
V [jvm.dll+0x10b330]
j java.lang.Class.getDeclaredConstructors0(Z)[Ljava/lang/reflect/Constructor;+0
j java.lang.Class.privateGetDeclaredConstructors(Z)[Ljava/lang/reflect/Constructor;+58
j java.lang.Class.getConstructor0([Ljava/lang/Class;I)Ljava/lang/reflect/Constructor;+10
j java.lang.Class.newInstance()Ljava/lang/Object;+46
j org.eclipse.osgi.internal.framework.BundleContextImpl.loadBundleActivator()Lorg/osgi/framework/BundleActivator;+101
j org.eclipse.osgi.internal.framework.BundleContextImpl.start()V+2
j org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0()V+22
j org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker()V+4
j org.eclipse.osgi.container.Module.doStart([Lorg/eclipse/osgi/container/Module$StartOptions;)Lorg/eclipse/osgi/container/ModuleContainerAdaptor$ModuleEvent;+190
j org.eclipse.osgi.container.Module.start([Lorg/eclipse/osgi/container/Module$StartOptions;)V+474
j org.eclipse.osgi.framework.util.SecureAction.start(Lorg/eclipse/osgi/container/Module;[Lorg/eclipse/osgi/container/Module$StartOptions;)V+8
J 1114 C1 org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(Ljava/lang/String;Ljava/lang/Class;Lorg/eclipse/osgi/internal/loader/classpath/ClasspathManager;)V (429 bytes) @ 0x00b853d8 [0x00b84ed0+0x508]
J 667 C1 org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(Ljava/lang/String;)Ljava/lang/Class; (210 bytes) @ 0x00b8f734 [0x00b8f3f0+0x344]
J 1164 C1 org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(Ljava/lang/String;)Ljava/lang/Class; (116 bytes) @ 0x00c4edb4 [0x00c4eba0+0x214]
J 1148 C1 org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(Ljava/lang/String;Z)Ljava/lang/Class; (502 bytes) @ 0x00c48c58 [0x00c48230+0xa28]
J 1092 C1 org.eclipse.osgi.internal.loader.BundleLoader.findClass(Ljava/lang/String;Z)Ljava/lang/Class; (36 bytes) @ 0x00bb96f0 [0x00bb9660+0x90]
J 1091 C1 org.eclipse.osgi.internal.loader.BundleLoader.findClass(Ljava/lang/String;)Ljava/lang/Class; (7 bytes) @ 0x00bb99a8 [0x00bb9980+0x28]
J 1098 C1 org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; (172 bytes) @ 0x00c2cd78 [0x00c2cb60+0x218]
J 653 C1 java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; (7 bytes) @ 0x00b8b7fc [0x00b8b7d0+0x2c]
j org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(Ljava/lang/String;)Ljava/lang/Class;+97
j org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Lorg/eclipse/core/runtime/spi/RegistryContributor;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+66
j org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(Lorg/eclipse/core/runtime/spi/RegistryContributor;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+7
j org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Ljava/lang/String;)Ljava/lang/Object;+315
j org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(Ljava/lang/String;)Ljava/lang/Object;+5
j org.eclipse.ui.internal.navigator.extensions.CommonDragAssistantDescriptor$1.run()V+14
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.ui.internal.navigator.extensions.CommonDragAssistantDescriptor.createDragAssistant()Lorg/eclipse/ui/navigator/CommonDragAdapterAssistant;+18
j org.eclipse.ui.internal.navigator.dnd.NavigatorDnDService.initializeDragAssistants()V+62
j org.eclipse.ui.internal.navigator.dnd.NavigatorDnDService.getCommonDragAssistants()[Lorg/eclipse/ui/navigator/CommonDragAdapterAssistant;+8
j org.eclipse.ui.navigator.CommonDragAdapter.getSupportedDragTransfers()[Lorg/eclipse/swt/dnd/Transfer;+9
j org.eclipse.ui.navigator.CommonViewer.initDragAndDrop()V+11
j org.eclipse.ui.navigator.CommonViewer.init()V+35
j org.eclipse.ui.navigator.CommonViewer.(Ljava/lang/String;Lorg/eclipse/swt/widgets/Composite;I)V+20
j org.eclipse.ui.navigator.CommonNavigator.createCommonViewerObject(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/ui/navigator/CommonViewer;+17
j org.eclipse.ui.navigator.CommonNavigator.createCommonViewer(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/ui/navigator/CommonViewer;+2
j org.eclipse.ui.navigator.CommonNavigator.createPartControl(Lorg/eclipse/swt/widgets/Composite;)V+14
j org.eclipse.ui.navigator.resources.ProjectExplorer.createPartControl(Lorg/eclipse/swt/widgets/Composite;)V+2
j org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(Lorg/eclipse/ui/IWorkbenchPart;Lorg/eclipse/swt/widgets/Composite;)Z+11
j org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(Lorg/eclipse/ui/IWorkbenchPart;Lorg/eclipse/swt/widgets/Composite;)Z+393
j org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create()V+151
v ~StubRoutines::call_stub
V [jvm.dll+0x158ba5]
V [jvm.dll+0x21e12e]
V [jvm.dll+0x158c3e]
V [jvm.dll+0x165488]
V [jvm.dll+0x1656f3]
V [jvm.dll+0x102543]
C [java.dll+0x3b26]
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
J 494 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x00ac13c0 [0x00ac1390+0x30]
J 493 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00b406fc [0x00b40640+0xbc]
j org.eclipse.e4.core.internal.di.MethodRequestor.execute()Ljava/lang/Object;+96
J 2052 C1 org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Ljava/util/ArrayList;)V (199 bytes) @ 0x00dd2f30 [0x00dd2b00+0x430]
J 2052 C1 org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Ljava/util/ArrayList;)V (199 bytes) @ 0x00dd2c88 [0x00dd2b00+0x188]
J 2196 C1 org.eclipse.e4.core.internal.di.InjectorImpl.inject(Ljava/lang/Object;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)V (215 bytes) @ 0x00e03da4 [0x00e03870+0x534]
j org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)Ljava/lang/Object;+345
j org.eclipse.e4.core.internal.di.InjectorImpl.make(Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)Ljava/lang/Object;+11
j org.eclipse.e4.core.contexts.ContextInjectionFactory.make(Ljava/lang/Class;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+13
j org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(Lorg/osgi/framework/Bundle;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/emf/common/util/URI;)Ljava/lang/Object;+169
j org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(Ljava/lang/String;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+90
j org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(Ljava/lang/String;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+4
j org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+118
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+21
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+557
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run()V+21
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+19
j org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+181
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+21
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+557
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+113
j org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+41
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+603
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+70
j org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+12
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+597
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
......

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j java.lang.Class.getDeclaredConstructors0(Z)[Ljava/lang/reflect/Constructor;+0
j java.lang.Class.privateGetDeclaredConstructors(Z)[Ljava/lang/reflect/Constructor;+58
j java.lang.Class.getConstructor0([Ljava/lang/Class;I)Ljava/lang/reflect/Constructor;+10
j java.lang.Class.newInstance()Ljava/lang/Object;+46
j org.eclipse.osgi.internal.framework.BundleContextImpl.loadBundleActivator()Lorg/osgi/framework/BundleActivator;+101
j org.eclipse.osgi.internal.framework.BundleContextImpl.start()V+2
j org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0()V+22
j org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker()V+4
j org.eclipse.osgi.container.Module.doStart([Lorg/eclipse/osgi/container/Module$StartOptions;)Lorg/eclipse/osgi/container/ModuleContainerAdaptor$ModuleEvent;+190
j org.eclipse.osgi.container.Module.start([Lorg/eclipse/osgi/container/Module$StartOptions;)V+474
j org.eclipse.osgi.framework.util.SecureAction.start(Lorg/eclipse/osgi/container/Module;[Lorg/eclipse/osgi/container/Module$StartOptions;)V+8
J 1114 C1 org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(Ljava/lang/String;Ljava/lang/Class;Lorg/eclipse/osgi/internal/loader/classpath/ClasspathManager;)V (429 bytes) @ 0x00b853d8 [0x00b84ed0+0x508]
J 667 C1 org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(Ljava/lang/String;)Ljava/lang/Class; (210 bytes) @ 0x00b8f734 [0x00b8f3f0+0x344]
J 1164 C1 org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(Ljava/lang/String;)Ljava/lang/Class; (116 bytes) @ 0x00c4edb4 [0x00c4eba0+0x214]
J 1148 C1 org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(Ljava/lang/String;Z)Ljava/lang/Class; (502 bytes) @ 0x00c48c58 [0x00c48230+0xa28]
J 1092 C1 org.eclipse.osgi.internal.loader.BundleLoader.findClass(Ljava/lang/String;Z)Ljava/lang/Class; (36 bytes) @ 0x00bb96f0 [0x00bb9660+0x90]
J 1091 C1 org.eclipse.osgi.internal.loader.BundleLoader.findClass(Ljava/lang/String;)Ljava/lang/Class; (7 bytes) @ 0x00bb99a8 [0x00bb9980+0x28]
J 1098 C1 org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; (172 bytes) @ 0x00c2cd78 [0x00c2cb60+0x218]
J 653 C1 java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; (7 bytes) @ 0x00b8b7fc [0x00b8b7d0+0x2c]
j org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(Ljava/lang/String;)Ljava/lang/Class;+97
j org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Lorg/eclipse/core/runtime/spi/RegistryContributor;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+66
j org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(Lorg/eclipse/core/runtime/spi/RegistryContributor;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+7
j org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Ljava/lang/String;)Ljava/lang/Object;+315
j org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(Ljava/lang/String;)Ljava/lang/Object;+5
j org.eclipse.ui.internal.navigator.extensions.CommonDragAssistantDescriptor$1.run()V+14
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.ui.internal.navigator.extensions.CommonDragAssistantDescriptor.createDragAssistant()Lorg/eclipse/ui/navigator/CommonDragAdapterAssistant;+18
j org.eclipse.ui.internal.navigator.dnd.NavigatorDnDService.initializeDragAssistants()V+62
j org.eclipse.ui.internal.navigator.dnd.NavigatorDnDService.getCommonDragAssistants()[Lorg/eclipse/ui/navigator/CommonDragAdapterAssistant;+8
j org.eclipse.ui.navigator.CommonDragAdapter.getSupportedDragTransfers()[Lorg/eclipse/swt/dnd/Transfer;+9
j org.eclipse.ui.navigator.CommonViewer.initDragAndDrop()V+11
j org.eclipse.ui.navigator.CommonViewer.init()V+35
j org.eclipse.ui.navigator.CommonViewer.(Ljava/lang/String;Lorg/eclipse/swt/widgets/Composite;I)V+20
j org.eclipse.ui.navigator.CommonNavigator.createCommonViewerObject(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/ui/navigator/CommonViewer;+17
j org.eclipse.ui.navigator.CommonNavigator.createCommonViewer(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/ui/navigator/CommonViewer;+2
j org.eclipse.ui.navigator.CommonNavigator.createPartControl(Lorg/eclipse/swt/widgets/Composite;)V+14
j org.eclipse.ui.navigator.resources.ProjectExplorer.createPartControl(Lorg/eclipse/swt/widgets/Composite;)V+2
j org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(Lorg/eclipse/ui/IWorkbenchPart;Lorg/eclipse/swt/widgets/Composite;)Z+11
j org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(Lorg/eclipse/ui/IWorkbenchPart;Lorg/eclipse/swt/widgets/Composite;)Z+393
j org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create()V+151
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;+100
J 494 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x00ac13c0 [0x00ac1390+0x30]
J 493 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00b406fc [0x00b40640+0xbc]
j org.eclipse.e4.core.internal.di.MethodRequestor.execute()Ljava/lang/Object;+96
J 2052 C1 org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Ljava/util/ArrayList;)V (199 bytes) @ 0x00dd2f30 [0x00dd2b00+0x430]
J 2052 C1 org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Ljava/util/ArrayList;)V (199 bytes) @ 0x00dd2c88 [0x00dd2b00+0x188]
J 2196 C1 org.eclipse.e4.core.internal.di.InjectorImpl.inject(Ljava/lang/Object;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)V (215 bytes) @ 0x00e03da4 [0x00e03870+0x534]
j org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)Ljava/lang/Object;+345
j org.eclipse.e4.core.internal.di.InjectorImpl.make(Ljava/lang/Class;Lorg/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier;)Ljava/lang/Object;+11
j org.eclipse.e4.core.contexts.ContextInjectionFactory.make(Ljava/lang/Class;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+13
j org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(Lorg/osgi/framework/Bundle;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/emf/common/util/URI;)Ljava/lang/Object;+169
j org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(Ljava/lang/String;Lorg/eclipse/e4/core/contexts/IEclipseContext;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+90
j org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(Ljava/lang/String;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+4
j org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+118
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+21
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+557
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run()V+21
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+19
j org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+181
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;)Ljava/lang/Object;+21
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+557
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+113
j org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+41
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+603
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+70
j org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+12
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+597
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+70
j org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+597
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+24
j org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+41
j org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)V+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+603
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+70
j org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+12
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+597
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+70
j org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(Lorg/eclipse/e4/ui/model/application/ui/MElementContainer;)V+15
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;Ljava/lang/Object;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+597
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+168
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(Lorg/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine;Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+2
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run()V+13
J 1489 C1 org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (38 bytes) @ 0x00cd97e8 [0x00cd97c0+0x28]
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(Lorg/eclipse/e4/ui/model/application/ui/MUIElement;)Ljava/lang/Object;+15
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run()V+283
j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Lorg/eclipse/e4/ui/model/application/MApplicationElement;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+57
j org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Lorg/eclipse/e4/ui/model/application/MApplicationElement;)V+20
j org.eclipse.ui.internal.Workbench$5.run()V+442
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;+111
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;+85
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+82
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+109
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+132
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;+100
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;+56
j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+265
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+160
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x168d5800 JavaThread "EventAdmin Async Event Dispatcher Thread" daemon [_thread_blocked, id=2160, stack(0x18330000,0x18430000)]
0x13f77000 JavaThread "Worker-1" [_thread_blocked, id=1716, stack(0x164e0000,0x165e0000)]
0x14efb400 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=3560, stack(0x162e0000,0x163e0000)]
0x14c5c000 JavaThread "Worker-0" [_thread_blocked, id=4400, stack(0x15c70000,0x15d70000)]
0x14b0b000 JavaThread "EMF Reference Cleaner" daemon [_thread_blocked, id=2052, stack(0x154a0000,0x155a0000)]
0x13eaf400 JavaThread "Worker-JM" [_thread_blocked, id=3524, stack(0x151a0000,0x152a0000)]
0x13dc8400 JavaThread "Refresh Thread: Equinox Container: 3038a6df-f745-0016-1113-ede89b0bea57" daemon [_thread_blocked, id=4888, stack(0x146a0000,0x147a0000)]
0x13da1800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=3704, stack(0x147a0000,0x148a0000)]
0x13d28400 JavaThread "Start Level: Equinox Container: 3038a6df-f745-0016-1113-ede89b0bea57" daemon [_thread_blocked, id=4516, stack(0x143f0000,0x144f0000)]
0x13d3a400 JavaThread "Framework Event Dispatcher: Equinox Container: 3038a6df-f745-0016-1113-ede89b0bea57" daemon [_thread_blocked, id=3276, stack(0x142f0000,0x143f0000)]
0x13c70400 JavaThread "Active Thread: Equinox Container: 3038a6df-f745-0016-1113-ede89b0bea57" [_thread_blocked, id=556, stack(0x140f0000,0x141f0000)]
0x13300400 JavaThread "Service Thread" daemon [_thread_blocked, id=6016, stack(0x138c0000,0x139c0000)]
0x132d5c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5968, stack(0x137c0000,0x138c0000)]
0x132d4400 JavaThread "Attach Listener" daemon [_thread_blocked, id=4812, stack(0x136c0000,0x137c0000)]
0x132d3000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1472, stack(0x135c0000,0x136c0000)]
0x02b5f800 JavaThread "Finalizer" daemon [_thread_blocked, id=5648, stack(0x134c0000,0x135c0000)]
0x02b5a800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5932, stack(0x131c0000,0x132c0000)]
=>0x003e9800 JavaThread "main" [_thread_in_vm, id=4528, stack(0x00030000,0x00130000)]

Other Threads:
0x02b57000 VMThread [stack: 0x130c0000,0x131c0000] [id=2888]
0x1330d000 WatcherThread [stack: 0x139c0000,0x13ac0000] [id=5056]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
def new generation total 23680K, used 13186K [0x02c00000, 0x045b0000, 0x08150000)
eden space 21056K, 50% used [0x02c00000, 0x03650870, 0x04090000)
from space 2624K, 100% used [0x04320000, 0x045b0000, 0x045b0000)
to space 2624K, 0% used [0x04090000, 0x04090000, 0x04320000)
tenured generation total 52528K, used 34297K [0x08150000, 0x0b49c000, 0x12c00000)
the space 52528K, 65% used [0x08150000, 0x0a2ce6b0, 0x0a2ce800, 0x0b49c000)
Metaspace used 29275K, capacity 31011K, committed 31104K, reserved 31104K

Card table byte_map: [0x02b60000,0x02bf0000] byte_map_base: 0x02b4a000

Polling page: 0x009b0000

CodeCache: size=32768Kb used=4735Kb max_used=4735Kb free=28032Kb
bounds [0x009e0000, 0x00e88000, 0x029e0000]
total_blobs=2592 nmethods=2354 adapters=167
compilation: enabled

Compilation events (10 events):
Event: 16.818 Thread 0x132d5c00 nmethod 2409 0x00e78b08 code [0x00e78c40, 0x00e78dd0]
Event: 16.818 Thread 0x132d5c00 2410 org.eclipse.e4.core.internal.contexts.EclipseContext::popComputation (29 bytes)
Event: 16.820 Thread 0x132d5c00 nmethod 2410 0x00e78fc8 code [0x00e79170, 0x00e79a24]
Event: 16.825 Thread 0x132d5c00 2411 ! org.eclipse.e4.core.internal.di.InjectorImpl::findBinding (287 bytes)
Event: 16.829 Thread 0x132d5c00 nmethod 2411 0x00e7a108 code [0x00e7a390, 0x00e7acdc]
Event: 16.835 Thread 0x132d5c00 2412 java.lang.ThreadLocal$ThreadLocalMap::expungeStaleEntries (46 bytes)
Event: 16.836 Thread 0x132d5c00 nmethod 2412 0x00e7bc08 code [0x00e7bd10, 0x00e7be1c]
Event: 16.836 Thread 0x132d5c00 2413 java.lang.ThreadLocal$ThreadLocalMap::resize (129 bytes)
Event: 16.838 Thread 0x132d5c00 nmethod 2413 0x00e7bf08 code [0x00e7c020, 0x00e7c2e0]
Event: 17.005 Thread 0x132d5c00 2414 ! org.eclipse.osgi.container.Module::start (609 bytes)

GC Heap History (10 events):
Event: 10.722 GC heap before
{Heap before GC invocations=43 (full 3):
def new generation total 17024K, used 15168K [0x02c00000, 0x03e70000, 0x08150000)
eden space 15168K, 100% used [0x02c00000, 0x03ad0000, 0x03ad0000)
from space 1856K, 0% used [0x03ad0000, 0x03ad0000, 0x03ca0000)
to space 1856K, 0% used [0x03ca0000, 0x03ca0000, 0x03e70000)
tenured generation total 37648K, used 22588K [0x08150000, 0x0a614000, 0x12c00000)
the space 37648K, 59% used [0x08150000, 0x0975f078, 0x0975f200, 0x0a614000)
Metaspace used 18972K, capacity 19932K, committed 19968K, reserved 20864K
Event: 10.746 GC heap after
Heap after GC invocations=44 (full 3):
def new generation total 17024K, used 1856K [0x02c00000, 0x03e70000, 0x08150000)
eden space 15168K, 0% used [0x02c00000, 0x02c00000, 0x03ad0000)
from space 1856K, 100% used [0x03ca0000, 0x03e70000, 0x03e70000)
to space 1856K, 0% used [0x03ad0000, 0x03ad0000, 0x03ca0000)
tenured generation total 37648K, used 26264K [0x08150000, 0x0a614000, 0x12c00000)
the space 37648K, 69% used [0x08150000, 0x09af62a8, 0x09af6400, 0x0a614000)
Metaspace used 18972K, capacity 19932K, committed 19968K, reserved 20864K
}
Event: 11.666 GC heap before
{Heap before GC invocations=44 (full 3):
def new generation total 17024K, used 17024K [0x02c00000, 0x03e70000, 0x08150000)
eden space 15168K, 100% used [0x02c00000, 0x03ad0000, 0x03ad0000)
from space 1856K, 100% used [0x03ca0000, 0x03e70000, 0x03e70000)
to space 1856K, 0% used [0x03ad0000, 0x03ad0000, 0x03ca0000)
tenured generation total 37648K, used 26264K [0x08150000, 0x0a614000, 0x12c00000)
the space 37648K, 69% used [0x08150000, 0x09af62a8, 0x09af6400, 0x0a614000)
Metaspace used 20815K, capacity 21931K, committed 22016K, reserved 22912K
Event: 11.697 GC heap after
Heap after GC invocations=45 (full 3):
def new generation total 17024K, used 1856K [0x02c00000, 0x03e70000, 0x08150000)
eden space 15168K, 0% used [0x02c00000, 0x02c00000, 0x03ad0000)
from space 1856K, 100% used [0x03ad0000, 0x03ca0000, 0x03ca0000)
to space 1856K, 0% used [0x03ca0000, 0x03ca0000, 0x03e70000)
tenured generation total 37648K, used 30486K [0x08150000, 0x0a614000, 0x12c00000)
the space 37648K, 80% used [0x08150000, 0x09f158e0, 0x09f15a00, 0x0a614000)
Metaspace used 20815K, capacity 21931K, committed 22016K, reserved 22912K
}
Event: 12.736 GC heap before
{Heap before GC invocations=45 (full 3):
def new generation total 17024K, used 17024K [0x02c00000, 0x03e70000, 0x08150000)
eden space 15168K, 100% used [0x02c00000, 0x03ad0000, 0x03ad0000)
from space 1856K, 100% used [0x03ad0000, 0x03ca0000, 0x03ca0000)
to space 1856K, 0% used [0x03ca0000, 0x03ca0000, 0x03e70000)
tenured generation total 37648K, used 30486K [0x08150000, 0x0a614000, 0x12c00000)
the space 37648K, 80% used [0x08150000, 0x09f158e0, 0x09f15a00, 0x0a614000)
Metaspace used 22540K, capacity 23737K, committed 23808K, reserved 23936K
Event: 12.764 GC heap after
Heap after GC invocations=46 (full 3):
def new generation total 17024K, used 1856K [0x02c00000, 0x03e70000, 0x08150000)
eden space 15168K, 0% used [0x02c00000, 0x02c00000, 0x03ad0000)
from space 1856K, 100% used [0x03ca0000, 0x03e70000, 0x03e70000)
to space 1856K, 0% used [0x03ad0000, 0x03ad0000, 0x03ca0000)
tenured generation total 37648K, used 34554K [0x08150000, 0x0a614000, 0x12c00000)
the space 37648K, 91% used [0x08150000, 0x0a30e810, 0x0a30ea00, 0x0a614000)
Metaspace used 22540K, capacity 23737K, committed 23808K, reserved 23936K
}
Event: 13.868 GC heap before
{Heap before GC invocations=46 (full 3):
def new generation total 17024K, used 17024K [0x02c00000, 0x03e70000, 0x08150000)
eden space 15168K, 100% used [0x02c00000, 0x03ad0000, 0x03ad0000)
from space 1856K, 100% used [0x03ca0000, 0x03e70000, 0x03e70000)
to space 1856K, 0% used [0x03ad0000, 0x03ad0000, 0x03ca0000)
tenured generation total 37648K, used 34554K [0x08150000, 0x0a614000, 0x12c00000)
the space 37648K, 91% used [0x08150000, 0x0a30e810, 0x0a30ea00, 0x0a614000)
Metaspace used 25141K, capacity 26698K, committed 26752K, reserved 27008K
Event: 14.114 GC heap after
Heap after GC invocations=47 (full 4):
def new generation total 23680K, used 0K [0x02c00000, 0x045b0000, 0x08150000)
eden space 21056K, 0% used [0x02c00000, 0x02c00000, 0x04090000)
from space 2624K, 0% used [0x04090000, 0x04090000, 0x04320000)
to space 2624K, 0% used [0x04320000, 0x04320000, 0x045b0000)
tenured generation total 52528K, used 31515K [0x08150000, 0x0b49c000, 0x12c00000)
the space 52528K, 59% used [0x08150000, 0x0a016e98, 0x0a017000, 0x0b49c000)
Metaspace used 25141K, capacity 26698K, committed 26752K, reserved 27008K
}
Event: 15.566 GC heap before
{Heap before GC invocations=47 (full 4):
def new generation total 23680K, used 21056K [0x02c00000, 0x045b0000, 0x08150000)
eden space 21056K, 100% used [0x02c00000, 0x04090000, 0x04090000)
from space 2624K, 0% used [0x04090000, 0x04090000, 0x04320000)
to space 2624K, 0% used [0x04320000, 0x04320000, 0x045b0000)
tenured generation total 52528K, used 31515K [0x08150000, 0x0b49c000, 0x12c00000)
the space 52528K, 59% used [0x08150000, 0x0a016e98, 0x0a017000, 0x0b49c000)
Metaspace used 28008K, capacity 29757K, committed 29824K, reserved 30080K
Event: 15.589 GC heap after
Heap after GC invocations=48 (full 4):
def new generation total 23680K, used 2624K [0x02c00000, 0x045b0000, 0x08150000)
eden space 21056K, 0% used [0x02c00000, 0x02c00000, 0x04090000)
from space 2624K, 100% used [0x04320000, 0x045b0000, 0x045b0000)
to space 2624K, 0% used [0x04090000, 0x04090000, 0x04320000)
tenured generation total 52528K, used 34297K [0x08150000, 0x0b49c000, 0x12c00000)
the space 52528K, 65% used [0x08150000, 0x0a2ce6b0, 0x0a2ce800, 0x0b49c000)
Metaspace used 28008K, capacity 29757K, committed 29824K, reserved 30080K
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 15.105 Thread 0x003e9800 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x03894e68) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\reflection.cpp, line 1092]
Event: 15.105 Thread 0x003e9800 Exception <a 'java/lang/NullPointerException'> (0x038939a8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 15.156 Thread 0x003e9800 Exception <a 'java/lang/NullPointerException'> (0x03abc5c8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1178]
Event: 15.156 Thread 0x003e9800 Exception <a 'java/lang/ExceptionInInitializerError'> (0x03abda88) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\oops\instanceKlass.cpp, line 953]
Event: 15.156 Thread 0x003e9800 Exception <a 'java/lang/NullPointerException'> (0x03abf150) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1178]
Event: 15.156 Thread 0x003e9800 Exception <a 'java/lang/ExceptionInInitializerError'> (0x03ac0610) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\oops\instanceKlass.cpp, line 953]
Event: 15.156 Thread 0x003e9800 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x03ac1ad0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\reflection.cpp, line 1092]
Event: 15.156 Thread 0x003e9800 Exception <a 'java/lang/ExceptionInInitializerError'> (0x03ac0610) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 15.795 Thread 0x003e9800 Implicit null exception at 0x00e3a7e3 to 0x00e3af24
Event: 16.981 Thread 0x003e9800 Exception <a 'java/io/FileNotFoundException'> (0x034d2de0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\prims\jni.cpp, line 709]

Events (10 events):
Event: 16.887 loading class java/util/concurrent/ConcurrentLinkedQueue$Node
Event: 16.887 loading class java/util/concurrent/ConcurrentLinkedQueue$Node done
Event: 16.950 loading class org/eclipse/osgi/service/resolver/VersionRange
Event: 16.950 loading class org/eclipse/osgi/service/resolver/VersionRange done
Event: 16.951 Executing VM operation: Deoptimize
Event: 16.952 Executing VM operation: Deoptimize done
Event: 16.976 loading class java/util/regex/PatternSyntaxException
Event: 16.976 loading class java/util/regex/PatternSyntaxException done
Event: 16.977 Executing VM operation: Deoptimize
Event: 16.977 Executing VM operation: Deoptimize done

Dynamic libraries:
0x00400000 - 0x0044e000 N:\Program Files\ArduinoWindows\eclipseArduino\launcher.exe
0x7c900000 - 0x7c9af000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x72000000 - 0x7200d000 N:\Program Files\ArduinoWindows\eclipseArduino\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.300.v20150602-1417\eclipse_1611.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x6d160000 - 0x6d525000 N:\Program Files\Java\jre8\bin\client\jvm.dll
0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x78aa0000 - 0x78b5f000 C:\WINDOWS\system32\MSVCR100.dll
0x70090000 - 0x7009c000 N:\Program Files\Java\jre8\bin\verify.dll
0x6da10000 - 0x6da31000 N:\Program Files\Java\jre8\bin\java.dll
0x70120000 - 0x70133000 N:\Program Files\Java\jre8\bin\zip.dll
0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
0x6fe80000 - 0x6fe96000 N:\Program Files\Java\jre8\bin\net.dll
0x76d60000 - 0x76d79000 C:\WINDOWS\system32\IPHLPAPI.DLL
0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
0x6fea0000 - 0x6feaf000 N:\Program Files\Java\jre8\bin\nio.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\MSWSOCK.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x13bb0000 - 0x13bc5000 C:\WINDOWS\system32\SSSensor.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x6fde0000 - 0x6fdea000 N:\Program Files\Java\jre8\bin\management.dll
0x156a0000 - 0x15710000 N:\Program Files\ArduinoWindows\eclipseArduino\configuration\org.eclipse.osgi\356\0.cp\swt-win32-4530.dll
0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.dll
0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x771b0000 - 0x7725a000 C:\WINDOWS\system32\WININET.dll
0x77a80000 - 0x77b15000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x15750000 - 0x1576d000 N:\Program Files\ArduinoWindows\eclipseArduino\configuration\org.eclipse.osgi\356\0.cp\swt-gdip-win32-4530.dll
0x4ec50000 - 0x4edf6000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.5512_x-ww_dfb54e0c\gdiplus.dll
0x159f0000 - 0x159fc000 N:\Program Files\ArduinoWindows\eclipseArduino\configuration\org.eclipse.osgi\110\0.cp\os\win32\x86\localfile_1_0_0.dll
0x74c80000 - 0x74cac000 C:\WINDOWS\system32\oleacc.dll
0x76080000 - 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
0x76380000 - 0x76385000 C:\WINDOWS\system32\msimg32.dll
0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x75cf0000 - 0x75d81000 C:\WINDOWS\system32\mlang.dll
0x17cf0000 - 0x17cff000 N:\Program Files\ArduinoWindows\eclipseArduino\configuration\org.eclipse.osgi\113\0.cp\jWinHttp-1.0.0.dll
0x4d4f0000 - 0x4d549000 C:\WINDOWS\system32\WINHTTP.dll
0x76ee0000 - 0x76f1c000 C:\WINDOWS\system32\RASAPI32.DLL
0x76e90000 - 0x76ea2000 C:\WINDOWS\system32\rasman.dll
0x76eb0000 - 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
0x77c70000 - 0x77c94000 C:\WINDOWS\system32\msv1_0.dll
0x70010000 - 0x70030000 N:\Program Files\Java\jre8\bin\sunec.dll
0x187f0000 - 0x18ab5000 C:\WINDOWS\system32\xpsp2res.dll
0x59a60000 - 0x59b01000 C:\WINDOWS\system32\dbghelp.dll

VM Arguments:
java_command:
java_class_path (initial): N:\Program Files\ArduinoWindows\eclipseArduino\plugins\org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
Launcher Type: generic

Environment Variables:
PATH=N:/Program Files/Java/jre8/bin/client;N:/Program Files/Java/jre8/bin;N:/Program Files/Java/jre8/lib/i386;n:\Program Files\Git\git-cheetah..\bin;n:\Program Files\Git\git-cheetah..\bin;n:\Program Files\Git\git-cheetah..\bin;n:\Program Files\Git\git-cheetah..\bin;n:\Program Files\Git\git-cheetah..\bin;n:\Program Files\Git\git-cheetah..\bin;C:\Documents and Settings\All Users\Application Data\Oracle\Java\javapath;n:\sniff\bin;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;n:\Program Files\Emscripten\clang\3.2_32bit\bin;n:\Program Files\Emscripten\node\0.10.17_32bit;n:\Program Files\Emscripten\python\2.7.5.3_32bit;n:\Program Files\Emscripten\java\7.45_32bit\bin;n:\Program Files\Emscripten;n:\Program Files\Emscripten\emscripten\1.12.0;n:\Program Files\Emscripten\crunch\1.03;n:\Program Files\Emscripten\mingw\4.6.2_32bit;N:\Program Files\Git\bin;D:\Program Files\PHP;c:\Windows\system32;N:\Program Files\ArduinoWindows\eclipseArduino;
USERNAME=wothke
SHELL=n:\sniff\bin\sh.exe
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 10, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows 5.1 Build 2600 (5.1.2600.5512)

CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 4 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht, tsc

Memory: 4k page, physical 3734636k(2383528k free), swap 5138212k(3811428k free)

vm_info: Java HotSpot(TM) Client VM (25.66-b18) for windows-x86 JRE (1.8.0_66-b18), built on Nov 9 2015 10:58:29 by "java_re" with MS VC++ 10.0 (VS2010)

time: Sat Jul 09 19:09:34 2016
elapsed time: 17 seconds (0d 0h 0m 17s)

`

@jantje
Copy link
Member

jantje commented Jul 9, 2016

Well documented issue. :-)
So here are my thoughts:
First off all:
You should not mess in the folder arduinoPlugin or any of its subfolders.
To add other hardware add a location to windows->preferences->arduino->private hardware path.

Secondly:
I advice you to be more aggressive towards your path variable in windows. There is no need to have "N:\Program Files\ArduinoWindows\eclipseArduino" in your path. Nor is there a reason to have multiple times the same path there "n:\Program Files\Git\git-cheetah..\bin;n:\Program Files\Git\git-cheetah..\bin;n:\Program Files\Git\git-cheetah..\bin;n:\Program Files\Git\git-cheetah..\bin;n:\Program Files\Git\git-cheetah..\bin;n:\Program Files\Git\git-cheetah..\bin;"
I say so because of thirdly

Thirdly:
The startup problem you have now is probably a duplicate of issue #415
Switching to the nightly will remove the crashing but not the problem.
So even when you are running the nightly you will still have to modify your path before starting sloeber. This is so because sh and bash are known to give problems when they are in the path.
2 entries in your path I suspect of problems N:\Program Files\Git\bin; n:\Program Files\Emscripten\mingw\4.6.2_32bit.
Use where sh and where bash to find the "conflicting folders"

lastly:
As an independent open source project we value your submission, but we ask for support, either by helping us out coding (yeah, we do understand it does require time) or a Patreon contribution (starting from as low as 1$ a month): this allows us to support people who support us back!
As a supporter you can drag our attention and prioritize your submission...
please become a supporter!
https://www.patreon.com/jantje

Best regards
Jantje

@jantje jantje added status: duplicate OS: windows domain: configuration Configuring Sloeber does not work as docummented labels Jul 9, 2016
@wothke
Copy link
Author

wothke commented Jul 9, 2016

firstly: thx, I moved the folder accordingly
secondly: when printing my PATH in the CMD window it does NOT contain "N:\Program Files\ArduinoWindows\eclipseArduino" at all, nor does it contain multiple ..git-cheetah.. entries. I'd say we are looking at some IDE bug with regard to how it compiles that path.
thirdly: actually it's SNIFF+ and GIT that have sh.exe and/or bash

having changed 1 + 3 the IDE no longer crashes on startup nor does it show the popup warning

lastly: lets first wait and see if I actually like the project.. my first impression is that it does not find standard Arduino stuff like unit16_t..

PS: where is the "Upload Using Programmer" functionality?

@jantje
Copy link
Member

jantje commented Jul 9, 2016

my first impression is that it does not find standard Arduino stuff like unit16_t..

It should but for simple sketches (which means you do not have includes) you need to include Arduino.h.
I have an article explaining in depth but it is patron's only https://www.patreon.com/posts/there-are-bugs-5507246
Otherwise right click the project and select indexer rebuild.

PS: where is the "Upload Using Programmer" functionality?

In the nightly

@wothke
Copy link
Author

wothke commented Jul 10, 2016

My code is already including "Arduino.h". But when I look at that file (core/core/Arduino.h) the problem is actually that the IDE does not find the various includes that are made from that file (e.g. stdlib.h, stdbool.h, string.h, math.h, avr/pgmspace.h, etc). It seems that the Win32 installer did not create a consistent environment where the various standard includes can be located properly. (I did not see any hints that there is stuff that needs to be installed separately to make V3 work - is there?)

@jantje
Copy link
Member

jantje commented Jul 10, 2016

I did not see any hints that there is stuff that needs to be installed separately to make V3 work - is there?

Toddler works out of the box. You did something wrong somewhere.

@jantje jantje closed this as completed Jul 10, 2016
@wothke
Copy link
Author

wothke commented Jul 10, 2016

IDE does not find standard includes right after fresh install - when using the MegaCore for ATmega128: Compared to a "ProMini" project the generated "Includes" list is incomplete: it lacks "avr/include", "gcc/avr/4.8.1/include" and "avr/4.8.1/include-fixed"..

Just for good measure I created a new/empty "ProMini" project and tried to build it. But not even this works: "recipe for target: '.ino.cpp.o' failed" / "subdir.mk" / "/test2/Release" / "line 24"

@wothke
Copy link
Author

wothke commented Jul 11, 2016

update: Actually there is a problem with the Git-cheetah shell extension: On WinXP (and maybe elsewhere) it automatically keeps adding respective "Git-cheetah/../bin" entries to the PATH. As soon as one enters the "Environment Variables" dialog these added entries are removed but after a while they will start to reappear. (i.e. sh.exe / bash.exe conflicts are automatically re-introduced after a while..)

After completely removing the Git-cheetah extension, the build problems of the empty standard "ProMini" project (see above post) have disapeard. However the build for some add-on hardware (i.e. MegaCore) still fails with the same kind of error message.

@jantje
Copy link
Member

jantje commented Jul 11, 2016

update: Actually there is a problem with the Git-cheetah shell extension: On WinXP (and maybe elsewhere) it automatically keeps adding respective "Git-cheetah/../bin" entries to the PATH. As soon as one enters the "Environment Variables" dialog these added entries are removed but after a while they will start to reappear. (i.e. sh.exe / bash.exe conflicts are automatically re-introduced after a while..)

Sounds like something I would never ever want to install on a system.
Anyway seems like this problem is fixed and we know Git-cheetah shell extensions are incompatible with Sloeber.

@rlogiacco
Copy link
Collaborator

However the build for some add-on hardware (i.e. MegaCore) still fails with the same kind of error message.

Did you clear the the arduinoPlugin folder from your modifications following @jantje suggestion to add a separate hardware folder?
I don't know the MegaCore board you mention, which toolchain does it use?

@wothke
Copy link
Author

wothke commented Jul 11, 2016

I had made the mistake to manually copy the MegaCore (see https://github.com/MCUdude/MegaCore) folder from my existing Arduino IDE installation. After properly reinstalling it using the .JSON the build problems have disappeared. thx.

@rlogiacco
Copy link
Collaborator

Good @wothke , feel free to come back and tell us about your experience with Sloeber once you have tried it properly! Also stay around for the upcoming release and, in case everything works well for you, remember your support is welcome, whatever format you decide to pick!

@jantje don't know if you wish to apply any label to this issue to mark it resolved

@jantje
Copy link
Member

jantje commented Jul 12, 2016

@jantje don't know if you wish to apply any label to this issue to mark it resolved

@rlogiacco The issue is closed as duplicate. As the original issue is a duplicate. The second issue is usage error. So I guess it is labelled as good as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: configuration Configuring Sloeber does not work as docummented OS: windows status: duplicate
Projects
None yet
Development

No branches or pull requests

3 participants