Que erro é esse?

3 respostas
B

toda vez q tento usar graphics2d da isso… e as variaveis de ambiente estao perfeitamente configuradas

Unexpected Signal : EXCEPTION_FLT_STACK_CHECK (0xc0000092) occurred at PC=0xC1D413
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 - 0x0040C000 C:\j2sdk1.4.2_05\bin\javac.exe
0x77F50000 - 0x77FFA000 C:\WINDOWS\System32\ntdll.dll
0x77E50000 - 0x77F3F000 C:\WINDOWS\system32\kernel32.dll
0x77DB0000 - 0x77E4B000 C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x7806F000 C:\WINDOWS\system32\RPCRT4.dll
0x77BF0000 - 0x77C43000 C:\WINDOWS\system32\MSVCRT.dll
0x00280000 - 0x002F3000 C:\DOCUME~1\ADMINI~1\CONFIG~1\Temp\rma53.tmp
0x77320000 - 0x773AB000 C:\WINDOWS\system32\COMCTL32.DLL
0x77C50000 - 0x77C8E000 C:\WINDOWS\system32\GDI32.dll
0x77D20000 - 0x77DA6000 C:\WINDOWS\system32\USER32.dll
0x71AE0000 - 0x71AF1000 C:\WINDOWS\system32\MPR.DLL
0x77190000 - 0x772A3000 C:\WINDOWS\system32\OLE32.DLL
0x77100000 - 0x7718B000 C:\WINDOWS\system32\OLEAUT32.DLL
0x71A90000 - 0x71A99000 C:\WINDOWS\System32\WSOCK32.DLL
0x71A70000 - 0x71A85000 C:\WINDOWS\System32\WS2_32.dll
0x71A60000 - 0x71A68000 C:\WINDOWS\System32\WS2HELP.dll
0x08000000 - 0x08139000 C:\j2sdk1.4.2_05\jre\bin\client\jvm.dll
0x76B20000 - 0x76B4D000 C:\WINDOWS\System32\WINMM.dll
0x10000000 - 0x10007000 C:\j2sdk1.4.2_05\jre\bin\hpi.dll
0x009B0000 - 0x009BE000 C:\j2sdk1.4.2_05\jre\bin\verify.dll
0x009C0000 - 0x009D9000 C:\j2sdk1.4.2_05\jre\bin\java.dll
0x009E0000 - 0x009ED000 C:\j2sdk1.4.2_05\jre\bin\zip.dll
0x76C70000 - 0x76C92000 C:\WINDOWS\system32\imagehlp.dll
0x6DA70000 - 0x6DAEC000 C:\WINDOWS\system32\DBGHELP.dll
0x77BE0000 - 0x77BE7000 C:\WINDOWS\system32\VERSION.dll
0x76BD0000 - 0x76BDB000 C:\WINDOWS\System32\PSAPI.DLL

Heap at VM Abort:
Heap
def new generation total 576K, used 561K [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                = 0x00c1d413

SIGNAL            = -[telefone removido]

FUNCTION NAME     = (N/A)

OFFSET            = 0xFFFFFFFF

LIBRARY NAME      = (N/A)

Please check ERROR REPORT FILE for further information, if there is any.

Good bye.

Process completed.

3 Respostas

F

Erro brabo de memória do seu sistema operacional…, nunca vi esse erro antes, não sei o que pode ser, mas com certeza é de
memória…

V

Tentativa 1: Reinstalar a Máquina Virtual
Tentativa 2: Reinstalar o Sistema operacional
Tentativa 3: Jogar o computador fora e comprar outro
Tentativa 4: Pedir a um Santo “Qualquer coisa” para tirar essa maldição que te atormenta ao longo dos séculos.
:grin:

C

Segundo o site da MSDN

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/exception_record_str.asp

EXCEPTION_FLT_STACK_CHECK - The stack overflowed or underflowed as the result of a floating-point operation.

Ou seja … tá fazendo operações com ponto flutuante de forma errada …

[]s

Criado 24 de agosto de 2004
Ultima resposta 25 de ago. de 2004
Respostas 3
Participantes 4