JDK-6457665 : jvm.dll crash on Vista
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt:i18n
  • Affected Version: 5.0u7
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2006-08-07
  • Updated: 2010-08-05
  • Resolved: 2007-08-13
Related Reports
Relates :  
Description
The following stack was generated by looking at the minidump created when a Java application crashed in Windows Vista.

	msctf.dll!75cc638a() 	
 	msctf.dll!75cc6336() 	
 	msctf.dll!75cc62ae() 	
 	imm32.dll!75d84052() 	
 	msctf.dll!75cc61f5() 	
 	msctf.dll!75cdefee() 	
 	msctf.dll!75cc7cce() 	
 	msctf.dll!75cc7cb4() 	
 	msctf.dll!75ccfe03() 	
 	msctf.dll!75ccfb2c() 	
 	msctf.dll!75ccfc49() 	
 	msctf.dll!75ccfb50() 	
 	ntdll.dll!76fc082b() 	
 	ntdll.dll!76fc0e3f() 	
 	jvm.dll!fdStream::write(const char * s=0x6d8008e8, unsigned int len=1996800536)  Line 255 + 0xf	C++
 	jvm.dll!staticBufferStream::write(const char * c=0x00190118, unsigned int len=1996800576)  Line 595	C++
 	ntdll.dll!76fc0905() 	
 	msvcrt.dll!75c2bc75() 	
 	ntdll.dll!76fc0db8() 	
 	kernel32.dll!76d1c010() 	
 	msvcrt.dll!75c240c5() 	
 	msvcrt.dll!75c24010() 	
 	msvcrt.dll!75c240a4() 	
 	jvm.dll!os::abort(int dump_core=1)  Line 710 + 0x7	C++
 	jvm.dll!VMError::report_and_die()  Line 698 + 0xc	C++
 	jvm.dll!topLevelExceptionFilter(_EXCEPTION_POINTERS * exceptionInfo=0x75cb742c)  Line 2010	C++
 	jvm.dll!os::os_exception_wrapper(void (JavaValue *, methodHandle *, JavaCallArguments *, Thread *)* f=0x6d7462d6, JavaValue * value=0x053afce4, methodHandle * method=0x053afbf8, JavaCallArguments * args=0x053afc44, Thread * thread=0x03741690)  Line 56 + 0x8	C++
 	jvm.dll!JavaCalls::call(JavaValue * result=0x053afce4, methodHandle method={...}, JavaCallArguments * args=0x053afc44, Thread * __the_thread__=0x03741690)  Line 281 + 0x1b	C++
 	jvm.dll!JavaCalls::call_virtual(JavaValue * result=0x053afce4, KlassHandle spec_klass={...}, symbolHandle name={...}, symbolHandle signature={...}, JavaCallArguments * args=0x053afc44, Thread * __the_thread__=0x03741690)  Line 184 + 0xf	C++
 	jvm.dll!JavaCalls::call_virtual(JavaValue * result=0x053afce4, Handle receiver={...}, KlassHandle spec_klass={...}, symbolHandle name={...}, symbolHandle signature={...}, Thread * __the_thread__=0x03741690)  Line 190 + 0x18	C++
 	jvm.dll!thread_entry(JavaThread * thread=0x03741690, Thread * __the_thread__=0x03741690)  Line 2293 + 0x3a	C++
 	jvm.dll!JavaThread::thread_main_inner()  Line 1388 + 0x8	C++
 	jvm.dll!JavaThread::run()  Line 1372 + 0x7	C++
 	jvm.dll!_start(Thread * thread=0x03741690)  Line 305 + 0x8	C++
 	msvcrt.dll!75c26054() 	
 	msvcrt.dll!75c260ed() 	
 	kernel32.dll!76d3206f() 	
 	ntdll.dll!76fe0320()

Comments
EVALUATION It appears that the submitter tried to run J2SE 5.0u7 on Vista. Vista is supported since J2SE 5.0, Update 11. Please file a new bug if the same crash occurs with appropriate J2SE version for Vista.
13-08-2007

EVALUATION The SR doesn't match the descriptions. Is this Vista specific or generic (Windows)? If this is Vista only, do we support Vista in 5.0u7? Is this reproducible with JDK 6?
18-08-2006