JDK-8193173 : InternalError: Should not get here at sun.nio.fs.WindowsNativeDispatcher.FindFirstStream0
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 8u92
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_10
  • CPU: x86_64
  • Submitted: 2017-12-06
  • Updated: 2018-01-10
  • Resolved: 2018-01-10
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.8.0_92-b14
java.specification.name=Java Platform API Specification
java.specification.vendor=Oracle Corporation

ADDITIONAL OS VERSION INFORMATION :
os.arch=amd64
os.name=Windows 10
os.version=10.0

EXTRA RELEVANT SYSTEM CONFIGURATION :
===============================================
Drive Information
-----------------------------------------------
Drive: 'STORAGE-2TB (G:)    '  volume name: 'STORAGE-2TB'         type:      FIXED  fstype:       NTFS  size:       2 TB  used:    4.64 GB  free:       2 TB

A DESCRIPTION OF THE PROBLEM :
java.lang.InternalError: Should not get here
	at sun.nio.fs.WindowsNativeDispatcher.FindFirstStream0(Native Method) ~[?:1.8.0_92]
	at sun.nio.fs.WindowsNativeDispatcher.FindFirstStream(WindowsNativeDispatcher.java:244) ~[?:1.8.0_92]
	at sun.nio.fs.WindowsUserDefinedFileAttributeView.listUsingStreamEnumeration(WindowsUserDefinedFileAttributeView.java:70) ~[?:1.8.0_92]
	at sun.nio.fs.WindowsUserDefinedFileAttributeView.list(WindowsUserDefinedFileAttributeView.java:205) ~[?:1.8.0_92]
	at com.nuix.data.file.i.a(SourceFile:151) ~[nuix-data-7.4.1.jar:7.4.1]

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
We have seen a few of our customers hit by this issue. While it is quite rare, the customers who are impacted seem to consistently hit the problem.


REPRODUCIBILITY :
This bug can be reproduced rarely.


Comments
To submitter: We think the fix for JDK-8152043 should resolve the issue that you are facing. This fix has been done for JDK 9, so can you verify with Oracle JDK 9.0.1 , if that resolves your issue. Following is the link for download: http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html
07-12-2017