Skip to Main Content

Java APIs

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!

Unusual Error

843810May 23 2004 — edited Jun 1 2004
Hi, I receive this error when I want to compile a .java file contains 3 classes:

________________________________________________________________________________

Unexpected Signal : EXCEPTION_FLT_STACK_CHECK (0xc0000092) occurred at PC=0xC2D1
52
Function=[Unknown.]
Library=(N/A)

NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.


Current Java thread:

Dynamic libraries:
0x00400000 - 0x00408000 F:\Java\bin\javac.exe
0x77F50000 - 0x77FF9000 E:\WINDOWS\System32\ntdll.dll
0x77E60000 - 0x77F45000 E:\WINDOWS\system32\kernel32.dll
0x77DD0000 - 0x77E5B000 E:\WINDOWS\system32\ADVAPI32.dll
0x77CC0000 - 0x77D35000 E:\WINDOWS\system32\RPCRT4.dll
0x77C10000 - 0x77C63000 E:\WINDOWS\system32\MSVCRT.dll
0x00280000 - 0x002F4000 E:\WINDOWS\TEMP\aca3.tmp
0x77340000 - 0x773CB000 E:\WINDOWS\system32\COMCTL32.DLL
0x77C70000 - 0x77CB0000 E:\WINDOWS\system32\GDI32.dll
0x77D40000 - 0x77DCD000 E:\WINDOWS\system32\USER32.dll
0x71B20000 - 0x71B31000 E:\WINDOWS\system32\MPR.DLL
0x771B0000 - 0x772CA000 E:\WINDOWS\system32\OLE32.DLL
0x77120000 - 0x771AB000 E:\WINDOWS\system32\OLEAUT32.DLL
0x71AD0000 - 0x71AD8000 E:\WINDOWS\System32\WSOCK32.DLL
0x71AB0000 - 0x71AC5000 E:\WINDOWS\System32\WS2_32.dll
0x71AA0000 - 0x71AA8000 E:\WINDOWS\System32\WS2HELP.dll
0x76390000 - 0x763AA000 E:\WINDOWS\System32\IMM32.DLL
0x629C0000 - 0x629C8000 E:\WINDOWS\System32\LPK.DLL
0x72FA0000 - 0x72FFA000 E:\WINDOWS\System32\USP10.dll
0x08000000 - 0x08138000 F:\Java\jre\bin\client\jvm.dll
0x76B40000 - 0x76B6C000 E:\WINDOWS\System32\WINMM.dll
0x5CD70000 - 0x5CD77000 E:\WINDOWS\System32\serwvdrv.dll
0x5B0A0000 - 0x5B0A7000 E:\WINDOWS\System32\umdmxfrm.dll
0x10000000 - 0x10007000 F:\Java\jre\bin\hpi.dll
0x009C0000 - 0x009CE000 F:\Java\jre\bin\verify.dll
0x009D0000 - 0x009E9000 F:\Java\jre\bin\java.dll
0x009F0000 - 0x009FD000 F:\Java\jre\bin\zip.dll
0x76C90000 - 0x76CB2000 E:\WINDOWS\system32\imagehlp.dll
0x6D510000 - 0x6D58C000 E:\WINDOWS\system32\DBGHELP.dll
0x77C00000 - 0x77C07000 E:\WINDOWS\system32\VERSION.dll
0x76BF0000 - 0x76BFB000 E:\WINDOWS\System32\PSAPI.DLL

Heap at VM Abort:
Heap
def new generation total 576K, used 450K [0x10010000, 0x100b0000, 0x104f0000)

eden

****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x00c2d152
SIGNAL = -1073741678
FUNCTION NAME = (N/A)
OFFSET = 0xFFFFFFFF
LIBRARY NAME = (N/A)
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.

______________________________________________________________________________

Is this a Buffer Overrun ?!
The name of the file is the same as the name of the class that contains the "main" method.
I'm compiling in Windows XP Professional.

Does anyone can help me?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2004
Added on May 23 2004
4 comments
92 views