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!

EXCEPTION_FLT_STACK_CHECK <- Help please!

843810Jul 9 2003 — edited Dec 19 2003
I've got a strange problem. I installed jdk 1.4.1 on a WinXP Pro System and get this error error every time i try to compile any kind of class



Unexpected Signal : EXCEPTION_FLT_STACK_CHECK (0xc0000092) occurred at PC=0xC1D152
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 C:\jdk\bin\javac.exe
0x77F40000 - 0x77FEE000 C:\WINDOWS\System32\ntdll.dll
0x77E40000 - 0x77F38000 C:\WINDOWS\system32\kernel32.dll
0x77DA0000 - 0x77E3C000 C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll
0x77BE0000 - 0x77C33000 C:\WINDOWS\system32\MSVCRT.dll
0x00280000 - 0x002F3000 C:\DOKUME~1\icp\LOKALE~1\Temp\fha4F.tmp
0x77310000 - 0x7739B000 C:\WINDOWS\system32\COMCTL32.DLL
0x77C40000 - 0x77C80000 C:\WINDOWS\system32\GDI32.dll
0x77D10000 - 0x77D9C000 C:\WINDOWS\system32\USER32.dll
0x71A80000 - 0x71A91000 C:\WINDOWS\system32\MPR.DLL
0x77180000 - 0x772A1000 C:\WINDOWS\system32\OLE32.DLL
0x770F0000 - 0x7717B000 C:\WINDOWS\system32\OLEAUT32.DLL
0x71A30000 - 0x71A39000 C:\WINDOWS\System32\WSOCK32.DLL
0x71A10000 - 0x71A25000 C:\WINDOWS\System32\WS2_32.dll
0x71A00000 - 0x71A08000 C:\WINDOWS\System32\WS2HELP.dll
0x08000000 - 0x08136000 C:\jdk\jre\bin\client\jvm.dll
0x76AF0000 - 0x76B1D000 C:\WINDOWS\System32\WINMM.dll
0x10000000 - 0x10007000 C:\jdk\jre\bin\hpi.dll
0x009B0000 - 0x009BE000 C:\jdk\jre\bin\verify.dll
0x009C0000 - 0x009D8000 C:\jdk\jre\bin\java.dll
0x009E0000 - 0x009ED000 C:\jdk\jre\bin\zip.dll
0x76C50000 - 0x76C72000 C:\WINDOWS\system32\imagehlp.dll
0x6DA00000 - 0x6DA7D000 C:\WINDOWS\system32\DBGHELP.dll
0x77BD0000 - 0x77BD7000 C:\WINDOWS\system32\VERSION.dll
0x76BB0000 - 0x76BBB000 C:\WINDOWS\System32\PSAPI.DLL

Heap at VM Abort:
Heap
def new generation total 576K, used 260K [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 = 0x00c1d152
SIGNAL = -1073741678
FUNCTION NAME = (N/A)
OFFSET = 0xFFFFFFFF
LIBRARY NAME = (N/A)


i've got a new machine and install everything new (P4|2.6 GHz, 1024 MB RAM, ATI Radeon Card, Win XP). But it has the same error on the old and the new machine.

Does anybody have an idea what's wrong?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2004
Added on Jul 9 2003
5 comments
172 views