Arduino crashes in SerialBoardsLister upon startup after teensy install

Status
Not open for further replies.

asokolsky

New member
I have:
Teensy 3.2
Freshly installed on Windows 7 x64 SP1 the following:
Arduino 1.6.8
Teensyduino 1.28
Device "Teensy USB Serial" is present as COM11 and OK in Device Manager

Here is the hs_err_pid25884.log dump that Arduino creates (sorry my attempts to attach the file fail with error message "Invalid file") when I try to run Arduino:


#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000087bc, pid=25884, tid=14580
#
# JRE version: Java(TM) SE Runtime Environment (8.0_66-b17) (build 1.8.0_66-b17)
# Java VM: Java HotSpot(TM) Client VM (25.66-b17 mixed mode windows-x86 )
# Problematic frame:
# C 0x000087bc
#
# 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
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Current thread (0x060fd400): JavaThread "cc.arduino.packages.discoverers.serial.SerialBoardsLister" [_thread_in_native, id=14580, stack(0x07f10000,0x07f60000)]

siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x000087bc

Registers:
EAX=0x0042a090, EBX=0x00000000, ECX=0x0042a0af, EDX=0x07f5ec2e
ESP=0x07f5ec70, EBP=0x00005430, ESI=0x00000302, EDI=0x07f5eda0
EIP=0x000087bc, EFLAGS=0x00010202

Top of Stack: (sp=0x07f5ec70)
0x07f5ec70: 00000614 00220410 07f5ec95 0000010b
0x07f5ec80: 07f5ec95 0000010b 07f5ec90 00000000
0x07f5ec90: 0000004a 00000200 02000000 ff000003
0x07f5eca0: 53033e00 72006500 61006900 2f006c00
0x07f5ecb0: 65004b00 62007900 61006f00 64007200
0x07f5ecc0: 4d002f00 75006f00 65007300 4a002f00
0x07f5ecd0: 79006f00 74007300 63006900 00006b00
0x07f5ece0: 00000000 00000000 00000000 00000000

Instructions: (pc=0x000087bc)
0x0000879c:
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]

Register to memory mapping:

EAX=0x0042a090 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x0042a0af is an unknown value
EDX=0x07f5ec2e is pointing into the stack for thread: 0x060fd400
ESP=0x07f5ec70 is pointing into the stack for thread: 0x060fd400
EBP=0x00005430 is an unknown value
ESI=0x00000302 is an unknown value
EDI=0x07f5eda0 is pointing into the stack for thread: 0x060fd400


Stack: [0x07f10000,0x07f60000], sp=0x07f5ec70, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x000087bc

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j processing.app.Platform.resolveDeviceAttachedToNative(Ljava/lang/String;)Ljava/lang/String;+0
j processing.app.Platform.resolveDeviceByVendorIdProductId(Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;)Ljava/util/Map;+2
j cc.arduino.packages.discoverers.serial.SerialBoardsLister.run()V+96
j java.util.TimerThread.mainLoop()V+221
j java.util.TimerThread.run()V+1
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
0x0628a400 JavaThread "JmDNS(39F6M32-amat-com.local.).Timer" daemon [_thread_blocked, id=26612, stack(0x095a0000,0x095f0000)]
0x0628a000 JavaThread "JmDNS(39F6M32-amat-com.local.).State.Timer" [_thread_blocked, id=16724, stack(0x09540000,0x09590000)]
0x06289800 JavaThread "JmDNS(39F6M32-amat-com.local.).Timer" daemon [_thread_blocked, id=25764, stack(0x086c0000,0x08710000)]
0x06289400 JavaThread "SocketListener(39F6M32-amat-com.local.)" daemon [_thread_in_native, id=5292, stack(0x088c0000,0x08910000)]
0x06288c00 JavaThread "JmDNS(39F6M32-amat-com.local.).Timer" daemon [_thread_blocked, id=24992, stack(0x08280000,0x082d0000)]
0x06286400 JavaThread "JmDNS(39F6M32-amat-com.local.).State.Timer" [_thread_blocked, id=17720, stack(0x08980000,0x089d0000)]
0x06284c00 JavaThread "JmDNS(39F6M32-amat-com.local.).Timer" daemon [_thread_blocked, id=9056, stack(0x08910000,0x08960000)]
0x06277000 JavaThread "SocketListener(39F6M32-amat-com.local.)" daemon [_thread_in_native, id=18176, stack(0x08730000,0x08780000)]
0x06154400 JavaThread "cc.arduino.packages.discoverers.network.BoardReachabilityFilter" [_thread_blocked, id=18016, stack(0x07e70000,0x07ec0000)]
0x060ff000 JavaThread "cc.arduino.packages.discoverers.network.NetworkChecker" [_thread_blocked, id=19088, stack(0x08030000,0x08080000)]
=>0x060fd400 JavaThread "cc.arduino.packages.discoverers.serial.SerialBoardsLister" [_thread_in_native, id=14580, stack(0x07f10000,0x07f60000)]
0x06074000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=26364, stack(0x06570000,0x065c0000)]
0x0606d400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=12404, stack(0x06510000,0x06560000)]
0x051c0c00 JavaThread "Service Thread" daemon [_thread_blocked, id=22356, stack(0x05d30000,0x05d80000)]
0x051cb800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=25412, stack(0x05b40000,0x05b90000)]
0x051ca800 JavaThread "Attach Listener" daemon [_thread_blocked, id=22752, stack(0x05bb0000,0x05c00000)]
0x051c7400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=26216, stack(0x05c70000,0x05cc0000)]
0x02460400 JavaThread "Finalizer" daemon [_thread_blocked, id=19208, stack(0x059f0000,0x05a40000)]
0x0245b400 JavaThread "Reference Handler" daemon [_thread_blocked, id=19436, stack(0x05a60000,0x05ab0000)]
0x024fe000 JavaThread "main" [_thread_in_Java, id=25544, stack(0x02860000,0x028b0000)]

Other Threads:
0x02455800 VMThread [stack: 0x05940000,0x05990000] [id=25440]
0x051c2c00 WatcherThread [stack: 0x05eb0000,0x05f00000] [id=15852]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
def new generation total 39296K, used 14037K [0x0f200000, 0x11ca0000, 0x19ca0000)
eden space 34944K, 27% used [0x0f200000, 0x0fb75668, 0x11420000)
from space 4352K, 100% used [0x11420000, 0x11860000, 0x11860000)
to space 4352K, 0% used [0x11860000, 0x11860000, 0x11ca0000)
tenured generation total 87424K, used 8672K [0x19ca0000, 0x1f200000, 0x2f200000)
the space 87424K, 9% used [0x19ca0000, 0x1a5181c0, 0x1a518200, 0x1f200000)
Metaspace used 11580K, capacity 11889K, committed 11904K, reserved 12672K

Card table byte_map: [0x04950000,0x04a60000] byte_map_base: 0x048d7000

Polling page: 0x002d0000

CodeCache: size=32768Kb used=1771Kb max_used=1771Kb free=30996Kb
bounds [0x028b0000, 0x02a70000, 0x048b0000]
total_blobs=1108 nmethods=864 adapters=175
compilation: enabled

Compilation events (10 events):
Event: 1.339 Thread 0x051cb800 862 java.util.stream.ReferencePipeline$Head::<init> (8 bytes)
Event: 1.339 Thread 0x051cb800 nmethod 862 0x02a69788 code [0x02a69880, 0x02a6991c]
Event: 1.339 Thread 0x051cb800 863 java.util.stream.ReferencePipeline::<init> (8 bytes)
Event: 1.339 Thread 0x051cb800 nmethod 863 0x02a69988 code [0x02a69a80, 0x02a69b1c]
Event: 1.339 Thread 0x051cb800 864 java.util.ArrayList::spliterator (12 bytes)
Event: 1.339 Thread 0x051cb800 nmethod 864 0x02a69b88 code [0x02a69c80, 0x02a69d50]
Event: 1.339 Thread 0x051cb800 865 java.util.ArrayList$ArrayListSpliterator::<init> (26 bytes)
Event: 1.339 Thread 0x051cb800 nmethod 865 0x02a69dc8 code [0x02a69ec0, 0x02a69f60]
Event: 1.339 Thread 0x051cb800 866 java.io.ExpiringCache::entryFor (57 bytes)
Event: 1.339 Thread 0x051cb800 nmethod 866 0x02a69fc8 code [0x02a6a0e0, 0x02a6a248]

GC Heap History (4 events):
Event: 0.700 GC heap before
{Heap before GC invocations=0 (full 0):
def new generation total 39296K, used 34944K [0x0f200000, 0x11ca0000, 0x19ca0000)
eden space 34944K, 100% used [0x0f200000, 0x11420000, 0x11420000)
from space 4352K, 0% used [0x11420000, 0x11420000, 0x11860000)
to space 4352K, 0% used [0x11860000, 0x11860000, 0x11ca0000)
tenured generation total 87424K, used 0K [0x19ca0000, 0x1f200000, 0x2f200000)
the space 87424K, 0% used [0x19ca0000, 0x19ca0000, 0x19ca0200, 0x1f200000)
Metaspace used 8226K, capacity 8392K, committed 8448K, reserved 8576K
Event: 0.711 GC heap after
Heap after GC invocations=1 (full 0):
def new generation total 39296K, used 4352K [0x0f200000, 0x11ca0000, 0x19ca0000)
eden space 34944K, 0% used [0x0f200000, 0x0f200000, 0x11420000)
from space 4352K, 100% used [0x11860000, 0x11ca0000, 0x11ca0000)
to space 4352K, 0% used [0x11420000, 0x11420000, 0x11860000)
tenured generation total 87424K, used 1960K [0x19ca0000, 0x1f200000, 0x2f200000)
the space 87424K, 2% used [0x19ca0000, 0x19e8a378, 0x19e8a400, 0x1f200000)
Metaspace used 8226K, capacity 8392K, committed 8448K, reserved 8576K
}
Event: 1.209 GC heap before
{Heap before GC invocations=1 (full 0):
def new generation total 39296K, used 39296K [0x0f200000, 0x11ca0000, 0x19ca0000)
eden space 34944K, 100% used [0x0f200000, 0x11420000, 0x11420000)
from space 4352K, 100% used [0x11860000, 0x11ca0000, 0x11ca0000)
to space 4352K, 0% used [0x11420000, 0x11420000, 0x11860000)
tenured generation total 87424K, used 1960K [0x19ca0000, 0x1f200000, 0x2f200000)
the space 87424K, 2% used [0x19ca0000, 0x19e8a378, 0x19e8a400, 0x1f200000)
Metaspace used 11359K, capacity 11697K, committed 11776K, reserved 12672K
Event: 1.227 GC heap after
Heap after GC invocations=2 (full 0):
def new generation total 39296K, used 4352K [0x0f200000, 0x11ca0000, 0x19ca0000)
eden space 34944K, 0% used [0x0f200000, 0x0f200000, 0x11420000)
from space 4352K, 100% used [0x11420000, 0x11860000, 0x11860000)
to space 4352K, 0% used [0x11860000, 0x11860000, 0x11ca0000)
tenured generation total 87424K, used 8672K [0x19ca0000, 0x1f200000, 0x2f200000)
the space 87424K, 9% used [0x19ca0000, 0x1a5181c0, 0x1a518200, 0x1f200000)
Metaspace used 11359K, capacity 11697K, committed 11776K, reserved 12672K
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 1.337 Thread 0x024fe000 Exception <a 'sun/nio/fs/WindowsException'> (0x0fa06528) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\4988\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.337 Thread 0x024fe000 Exception <a 'sun/nio/fs/WindowsException'> (0x0fa06a58) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\4988\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.338 Thread 0x024fe000 Exception <a 'sun/nio/fs/WindowsException'> (0x0fa23e40) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\4988\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.338 Thread 0x024fe000 Exception <a 'sun/nio/fs/WindowsException'> (0x0fa24358) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\4988\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.343 Thread 0x024fe000 Exception <a 'sun/nio/fs/WindowsException'> (0x0fa4b108) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\4988\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.343 Thread 0x024fe000 Exception <a 'sun/nio/fs/WindowsException'> (0x0fa4b648) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\4988\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.344 Thread 0x024fe000 Exception <a 'sun/nio/fs/WindowsException'> (0x0fa5c168) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\4988\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.344 Thread 0x024fe000 Exception <a 'sun/nio/fs/WindowsException'> (0x0fa5c6c0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\4988\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.345 Thread 0x024fe000 Exception <a 'sun/nio/fs/WindowsException'> (0x0fa690d8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\4988\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.345 Thread 0x024fe000 Exception <a 'sun/nio/fs/WindowsException'> (0x0fa69630) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\4988\hotspot\src\share\vm\prims\jni.cpp, line 709]

Events (10 events):
Event: 1.323 loading class jssc/SerialNativeInterface
Event: 1.323 loading class jssc/SerialNativeInterface done
Event: 1.325 loading class processing/app/SerialPortList$1
Event: 1.325 loading class processing/app/SerialPortList$1 done
Event: 1.326 loading class java/util/TreeMap$KeySet
Event: 1.326 loading class java/util/TreeMap$KeySet done
Event: 1.326 loading class java/util/TreeMap$KeyIterator
Event: 1.326 loading class java/util/TreeMap$PrivateEntryIterator
Event: 1.326 loading class java/util/TreeMap$PrivateEntryIterator done
Event: 1.326 loading class java/util/TreeMap$KeyIterator done


Dynamic libraries:
0x00120000 - 0x00153000 C:\Program Files (x86)\Arduino\java\bin\javaw.exe
0x77db0000 - 0x77f30000 C:\WINDOWS\SysWOW64\ntdll.dll
0x77600000 - 0x77710000 C:\WINDOWS\syswow64\kernel32.dll
0x77120000 - 0x77167000 C:\WINDOWS\syswow64\KERNELBASE.dll
0x76b40000 - 0x76be0000 C:\WINDOWS\syswow64\ADVAPI32.dll
0x76e00000 - 0x76eac000 C:\WINDOWS\syswow64\msvcrt.dll
0x773b0000 - 0x773c9000 C:\WINDOWS\SysWOW64\sechost.dll
0x774e0000 - 0x775d0000 C:\WINDOWS\syswow64\RPCRT4.dll
0x75720000 - 0x75780000 C:\WINDOWS\syswow64\SspiCli.dll
0x75710000 - 0x7571c000 C:\WINDOWS\syswow64\CRYPTBASE.dll
0x773d0000 - 0x774d0000 C:\WINDOWS\syswow64\USER32.dll
0x76ab0000 - 0x76b40000 C:\WINDOWS\syswow64\GDI32.dll
0x76df0000 - 0x76dfa000 C:\WINDOWS\syswow64\LPK.dll
0x76900000 - 0x7699d000 C:\WINDOWS\syswow64\USP10.dll
0x6ddd0000 - 0x6df6e000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d\COMCTL32.dll
0x778b0000 - 0x77907000 C:\WINDOWS\syswow64\SHLWAPI.dll
0x770b0000 - 0x77110000 C:\WINDOWS\system32\IMM32.DLL
0x76ec0000 - 0x76f8c000 C:\WINDOWS\syswow64\MSCTF.dll
0x74810000 - 0x74839000 C:\WINDOWS\SysWOW64\nvinit.dll
0x0f000000 - 0x0f006000 C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\detoured.dll
0x6efa0000 - 0x6efcc000 C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\nvd3d9wrap.dll
0x77710000 - 0x778ad000 C:\WINDOWS\syswow64\SETUPAPI.dll
0x769f0000 - 0x76a17000 C:\WINDOWS\syswow64\CFGMGR32.dll
0x75850000 - 0x758df000 C:\WINDOWS\syswow64\OLEAUT32.dll
0x75ac0000 - 0x75c1c000 C:\WINDOWS\syswow64\ole32.dll
0x775e0000 - 0x775f2000 C:\WINDOWS\syswow64\DEVOBJ.dll
0x6ef80000 - 0x6efa0000 C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\nvdxgiwrap.dll
0x74800000 - 0x7480f000 C:\WINDOWS\system32\PGPmapih.dll
0x78790000 - 0x7884f000 C:\Program Files (x86)\Arduino\java\bin\msvcr100.dll
0x6c2a0000 - 0x6c665000 C:\Program Files (x86)\Arduino\java\bin\client\jvm.dll
0x72130000 - 0x72137000 C:\WINDOWS\system32\WSOCK32.dll
0x769a0000 - 0x769d5000 C:\WINDOWS\syswow64\WS2_32.dll
0x75820000 - 0x75826000 C:\WINDOWS\syswow64\NSI.dll
0x6ef20000 - 0x6ef52000 C:\WINDOWS\system32\WINMM.dll
0x74840000 - 0x74849000 C:\WINDOWS\system32\VERSION.dll
0x75810000 - 0x75815000 C:\WINDOWS\syswow64\PSAPI.DLL
0x65db0000 - 0x65de1000 C:\Program Files (x86)\Arduino\java\bin\splashscreen.dll
0x6ee00000 - 0x6ee80000 C:\WINDOWS\system32\uxtheme.dll
0x73790000 - 0x7379c000 C:\Program Files (x86)\Arduino\java\bin\verify.dll
0x65e00000 - 0x65e21000 C:\Program Files (x86)\Arduino\java\bin\java.dll
0x6bfc0000 - 0x6bfce000 C:\WINDOWS\system32\PGPhk.dll
0x64a00000 - 0x64a13000 C:\Program Files (x86)\Arduino\java\bin\zip.dll
0x6e5d0000 - 0x6e628000 C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll
0x75780000 - 0x75803000 C:\WINDOWS\syswow64\CLBCatQ.DLL
0x75c20000 - 0x7686b000 C:\WINDOWS\syswow64\SHELL32.dll
0x774d0000 - 0x774db000 C:\WINDOWS\syswow64\profapi.dll
0x74060000 - 0x7409c000 C:\WINDOWS\system32\oleacc.dll
0x6cbd0000 - 0x6cd15000 C:\Program Files (x86)\Arduino\java\bin\awt.dll
0x6ef60000 - 0x6ef73000 C:\WINDOWS\system32\dwmapi.dll
0x649c0000 - 0x649f9000 C:\Program Files (x86)\Arduino\java\bin\fontmanager.dll
0x65fa0000 - 0x65fb6000 C:\Program Files (x86)\Arduino\java\bin\net.dll
0x74190000 - 0x741cc000 C:\WINDOWS\system32\mswsock.dll
0x74180000 - 0x74186000 C:\WINDOWS\System32\wship6.dll
0x737a0000 - 0x737af000 C:\Program Files (x86)\Arduino\java\bin\nio.dll
0x64990000 - 0x649c0000 C:\Program Files (x86)\Arduino\java\bin\t2k.dll
0x74600000 - 0x7461c000 C:\WINDOWS\system32\IPHLPAPI.DLL
0x745f0000 - 0x745f7000 C:\WINDOWS\system32\WINNSI.DLL
0x61940000 - 0x61976000 C:\Program Files (x86)\Arduino\lib\listSerialsj.dll
0x74560000 - 0x74572000 C:\WINDOWS\system32\dhcpcsvc.DLL
0x741d0000 - 0x741dd000 C:\WINDOWS\system32\dhcpcsvc6.DLL
0x747b0000 - 0x747c6000 C:\WINDOWS\system32\CRYPTSP.dll
0x74770000 - 0x747ab000 C:\WINDOWS\system32\rsaenh.dll
0x75830000 - 0x75847000 C:\WINDOWS\syswow64\USERENV.dll
0x02620000 - 0x0265d000 C:\Users\asokolsky90436\AppData\Local\Temp\jna-1345699722\jna3892084263464209108.dll
0x74210000 - 0x74254000 C:\WINDOWS\system32\DNSAPI.dll
0x6cf00000 - 0x6cf21000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
0x74150000 - 0x74155000 C:\WINDOWS\System32\wshtcpip.dll
0x6ceb0000 - 0x6ceb6000 C:\WINDOWS\system32\rasadhlp.dll
0x6cec0000 - 0x6cef8000 C:\WINDOWS\System32\fwpuclnt.dll
0x64000000 - 0x6401b000 C:\Users\asokolsky90436\.jssc\windows\jSSC-2.8_x86.dll
0x73c40000 - 0x73d2b000 C:\WINDOWS\system32\dbghelp.dll

VM Arguments:
jvm_args: -Dsun.java2d.d3d=false -DAPP_DIR=C:\Program Files (x86)\Arduino -Xms128M -Xmx512M
java_command: processing.app.Base C:\sokosky\Projects\Arduino\Panner\Panner.ino
java_class_path (initial): C:\Program Files (x86)\Arduino\lib\apple.jar;C:\Program Files (x86)\Arduino\lib\arduino-core.jar;C:\Program Files (x86)\Arduino\lib\batik-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-anim-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-awt-util-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-bridge-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-codec-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-css-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-dom-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-ext-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-gvt-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-parser-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-rasterizer-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-script-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-squiggle-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-svg-dom-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-svgpp-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-transcoder-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-util-1.8.jar;C:\Program Files (x86)\Arduino\lib\batik-xml-1.8.jar;C:\Program Files (x86)\Arduino\lib\bcpg-jdk15on-152.jar;C:\Program Files (x86)\Arduino\lib\bcprov-jdk15on-152.jar;C:\Program Files (x86)\Arduino\lib\commons-codec-1.7.jar;C:\Program Files (x86)\Arduino\lib\commons-compress-1.8.jar;C:\Program Files (x86)\Arduino\lib\commons-exec-1.1.jar;C:\Program Files (x86)\Arduino\lib\commons-httpclient-3.1.jar;C:\Program Files (x86)\Arduino\lib\commons-lang3-3.3.2.jar;C:\Program Files (x86)\Arduino\lib\commons-logging-1.0.4.jar;C:\Program Files (x86)\Arduino\lib\commons-net-3.3.jar;C:\Program Files (x86)\Arduino\lib\jackson-annotations-2.6.3.jar;C:\Program Files (x86)\Arduino\lib\jackson-core-2.6.3.jar;C:\Program Files (x86)\Arduino\lib\jackson-databind-2.6.3.jar;C:\Program Files (x86)\Arduino\lib\jackson-module-mrbean-2.6.3.jar;C:\Program Files (x86)\Arduino\lib\java-semver-0.8.0.jar;C:\Program Files (x86)\Arduino\lib\jmdns-3.4.1.j
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Program Files (x86)\RSA SecurID Token Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\WebEx\Productivity Tools;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Program Files (x86)\Arduino\java\bin
USERNAME=ASokolsky90436
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel



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

OS: Windows 7 , 64 bit Build 7601 (6.1.7601.23250)

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2

Memory: 4k page, physical 8289668k(3832020k free), swap 16577480k(10728228k free)

vm_info: Java HotSpot(TM) Client VM (25.66-b17) for windows-x86 JRE (1.8.0_66-b17), built on Oct 6 2015 19:59:47 by "java_re" with MS VC++ 10.0 (VS2010)

time: Thu Jun 23 15:00:25 2016
elapsed time: 1 seconds (0d 0h 0m 1s)
 
Status
Not open for further replies.
Back
Top