Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using Java VM based program like Arduino and windows 10 prerelease 14986

Ferdinando_CicalaDec 24 2016 — edited Jan 13 2017

I have a very big problem with the last 3 prerelease of Windows 10 ( last one 14986 included ).

I use many programs based on java, like Arduino, STCubeMX, Mplabx, Netbeans, Android Studio and all them have the same problem :

When I try to open a file with one of listed program ( File -> open file ) all of them crash with no error report.

Only STCubeMX reports this log ( ps.: i also tried alpha 1.9 java )

#

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

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000069f76adf, pid=7720, tid=0x0000000000001954

#

# JRE version: Java(TM) SE Runtime Environment (8.0_122-b04) (build 1.8.0_122-ea-b04)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.122-b04 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# C  [msvcr100.dll+0x36adf]

#

# 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 (0x0000000020a51800):  JavaThread "Swing-Shell" daemon [_thread_in_native, id=6484, stack(0x0000000022d80000,0x0000000022e80000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:

RAX=0x0000000000000000, RBX=0x0000000022e7ec80, RCX=0x0000000000000000, RDX=0x00000000006be9f0

RSP=0x0000000022e7ec28, RBP=0x0000000022e7ee30, RSI=0x00000000006dd808, RDI=0x0000000020a519f8

R8 =0x00000000006be9f0, R9 =0x0000000000000000, R10=0x0000000000000000, R11=0x000000006953a895

R12=0x0000000000000000, R13=0x0000000022c253f8, R14=0x0000000022e7ee70, R15=0x0000000020a51800

RIP=0x0000000069f76adf, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x0000000022e7ec28)

0x0000000022e7ec28:   0000000069539ee6 0000000000000000

0x0000000022e7ec38:   0000000020a519f8 00000000006dd808

0x0000000022e7ec48:   00000000006be9f0 0000000020a519f8

0x0000000022e7ec58:   000000006953a8a9 00000000006be9f0

0x0000000022e7ec68:   00000000698b33a5 0000000000000000

0x0000000022e7ec78:   0000000000000000 0000000000000000

0x0000000022e7ec88:   0000000000000000 0000000000000000

0x0000000022e7ec98:   000000006985c333 00000000207eafd0

0x0000000022e7eca8:   0000000000000002 0000000020a51800

0x0000000022e7ecb8:   00000000ffffffff 00000000ffffffff

0x0000000022e7ecc8:   0000000069938689 0000000020a51800

0x0000000022e7ecd8:   0000000020734a60 0000000000000000

0x0000000022e7ece8:   0000000000000780 000000076c821c00

0x0000000022e7ecf8:   0000000000000000 0000000022e7ef60

0x0000000022e7ed08:   0000000002a65eb4 0000000020a51800

0x0000000022e7ed18:   0000000000000000 0000000000000000

Instructions: (pc=0x0000000069f76adf)

0x0000000069f76abf:   99 03 00 cc 33 c0 48 8b 5c 24 40 48 8b 74 24 48

0x0000000069f76acf:   48 83 c4 30 5f c3 cc cc cc cc cc cc cc 48 8b c1

0x0000000069f76adf:   0f b7 10 48 83 c0 02 66 85 d2 75 f4 48 2b c1 48

0x0000000069f76aef:   d1 f8 48 ff c8 c3 cc cc cc cc cc cc cc 45 33 c0

Register to memory mapping:

RAX=0x0000000000000000 is an unknown value

RBX=0x0000000022e7ec80 is pointing into the stack for thread: 0x0000000020a51800

RCX=0x0000000000000000 is an unknown value

RDX=0x00000000006be9f0 is an unknown value

RSP=0x0000000022e7ec28 is pointing into the stack for thread: 0x0000000020a51800

RBP=0x0000000022e7ee30 is pointing into the stack for thread: 0x0000000020a51800

RSI=0x00000000006dd808 is an unknown value

RDI=0x0000000020a519f8 is an unknown value

R8 =0x00000000006be9f0 is an unknown value

R9 =0x0000000000000000 is an unknown value

R10=0x0000000000000000 is an unknown value

R11=0x000000006953a895 is an unknown value

R12=0x0000000000000000 is an unknown value

R13={method} {0x0000000022c25400} 'getDisplayNameOf' '(JJI)Ljava/lang/String;' in 'sun/awt/shell/Win32ShellFolder2'

R14=0x0000000022e7ee70 is pointing into the stack for thread: 0x0000000020a51800

R15=0x0000000020a51800 is a thread

Stack: [0x0000000022d80000,0x0000000022e80000],  sp=0x0000000022e7ec28,  free space=1019k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C  [msvcr100.dll+0x36adf]

Comments

Post Details

Added on Dec 24 2016
2 comments
997 views