FATAL ERROR

Forum for bugs and technical problems.

FATAL ERROR

Postby rhumbot » Thu Feb 21, 2013 12:34 pm

Error occurs sinc the patch today.

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6908019d, pid=2992, tid=2304
#
# JRE version: 7.0_13-b20
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [atioglxx.dll+0x5019d] DrvPresentBuffers+0x1102d
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

--------------- T H R E A D ---------------

Current thread (0x04db5800): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2304, stack(0x08ad0000,0x08b20000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000008

Registers:
EAX=0x00000000, EBX=0x00000001, ECX=0x00000003, EDX=0x0ace4608
ESP=0x08b1ed78, EBP=0x08b1ee88, ESI=0x0aada638, EDI=0x08b1ee50
EIP=0x6908019d, EFLAGS=0x00010246

Top of Stack: (sp=0x08b1ed78)
0x08b1ed78: 03011425 00000000 00000000 00000000
0x08b1ed88: 00000000 00000000 00000000 00000000
0x08b1ed98: 00000000 00000000 00000000 00000000
0x08b1eda8: 00000000 00000000 00000000 00000000
0x08b1edb8: 00000000 00000000 00000000 00000000
0x08b1edc8: 00000000 00000000 00000000 08b1ee88
0x08b1edd8: 69078fb4 0000002f 00000001 0aadff78
0x08b1ede8: 03011425 00000216 03011425 0aadff78

Instructions: (pc=0x6908019d)
0x6908017d: 03 d3 81 3c d7 38 30 00 00 8d 04 d7 75 95 8b 56
0x6908018d: 0c 83 ba d0 00 00 00 04 75 24 64 a1 f0 0b 00 00
0x6908019d: 8b 50 08 8d 4c 24 08 51 68 11 01 00 00 52 e8 70
0x690801ad: 86 02 00 83 7c 24 08 00 0f 84 42 ff ff ff 8b 56


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x00000001 is an unknown value
ECX=0x00000003 is an unknown value
EDX=0x0ace4608 is an unknown value
ESP=0x08b1ed78 is pointing into the stack for thread: 0x04db5800
EBP=0x08b1ee88 is pointing into the stack for thread: 0x04db5800
ESI=0x0aada638 is an unknown value
EDI=0x08b1ee50 is pointing into the stack for thread: 0x04db5800


Stack: [0x08ad0000,0x08b20000], sp=0x08b1ed78, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atioglxx.dll+0x5019d] DrvPresentBuffers+0x1102d
C [jogl_desktop.dll+0x33346] Java_jogamp_opengl_windows_wgl_WGLExtImpl_dispatch_1wglCreateContextAttribsARB0__JJLjava_lang_Object_2IJ+0x3e
j jogamp.opengl.windows.wgl.WGLExtImpl.dispatch_wglCreateContextAttribsARB0(JJLjava/lang/Object;IJ)J+0
j jogamp.opengl.windows.wgl.WGLExtImpl.wglCreateContextAttribsARB(JJLjava/nio/IntBuffer;)J+59
j jogamp.opengl.windows.wgl.WindowsWGLContext.createContextARBImpl(JZIII)J+326
j jogamp.opengl.GLContextImpl.createContextARB(JZ)J+218
j jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(Ljogamp/opengl/GLContextImpl;)Z+115
j jogamp.opengl.GLContextImpl.makeCurrentWithinLock(I)I+47
j jogamp.opengl.GLContextImpl.makeCurrent()I+227
j jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;Ljavax/media/opengl/GLAutoDrawable;)V+63
j jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+85
j javax.media.opengl.awt.GLCanvas$8.run()V+49
j java.awt.event.InvocationEvent.dispatch()V+11
j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
j java.awt.EventQueue.access$200(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j java.awt.EventQueue$3.run()Ljava/lang/Void;+12
j java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
V [jvm.dll+0x12a34a]
V [jvm.dll+0x1d968e]
V [jvm.dll+0x12a3cd]
V [jvm.dll+0xd9d0a]
C [java.dll+0x102f] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x17
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
j java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+245
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
V [jvm.dll+0x12a34a]
V [jvm.dll+0x1d968e]
V [jvm.dll+0x12a533]
V [jvm.dll+0x12a597]
V [jvm.dll+0xd306f]
V [jvm.dll+0x14a647]
V [jvm.dll+0x14a7b0]
V [jvm.dll+0x17ee89]
C [msvcr100.dll+0x5c6de] endthreadex+0x3a
C [msvcr100.dll+0x5c788] endthreadex+0xe4
C [kernel32.dll+0x133aa] BaseThreadInitThunk+0x12
C [ntdll.dll+0x39ef2] RtlInitializeExceptionChain+0x63
C [ntdll.dll+0x39ec5] RtlInitializeExceptionChain+0x36

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jogamp.opengl.windows.wgl.WGLExtImpl.dispatch_wglCreateContextAttribsARB0(JJLjava/lang/Object;IJ)J+0
j jogamp.opengl.windows.wgl.WGLExtImpl.wglCreateContextAttribsARB(JJLjava/nio/IntBuffer;)J+59
j jogamp.opengl.windows.wgl.WindowsWGLContext.createContextARBImpl(JZIII)J+326
j jogamp.opengl.GLContextImpl.createContextARB(JZ)J+218
j jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(Ljogamp/opengl/GLContextImpl;)Z+115
j jogamp.opengl.GLContextImpl.makeCurrentWithinLock(I)I+47
j jogamp.opengl.GLContextImpl.makeCurrent()I+227
j jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;Ljavax/media/opengl/GLAutoDrawable;)V+63
j jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+85
j javax.media.opengl.awt.GLCanvas$8.run()V+49
j java.awt.event.InvocationEvent.dispatch()V+11
j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
j java.awt.EventQueue.access$200(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j java.awt.EventQueue$3.run()Ljava/lang/Void;+12
j java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
j java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+245
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x0a393400 JavaThread "Haven UI thread" [_thread_blocked, id=5092, stack(0x0b340000,0x0b390000)]
0x0a392c00 JavaThread "Haven main thread" [_thread_blocked, id=5064, stack(0x0a8e0000,0x0a930000)]
0x0a392000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=2496, stack(0x0ab20000,0x0ab70000)]
0x0a392400 JavaThread "AWT-EventQueue-0-SharedResourceRunner" daemon [_thread_blocked, id=4276, stack(0x09990000,0x099e0000)]
0x04defc00 JavaThread "Haven resource loader" daemon [_thread_in_native, id=2928, stack(0x09b30000,0x09b80000)]
0x04ded400 JavaThread "Haven resource loader" daemon [_thread_blocked, id=1816, stack(0x099f0000,0x09a40000)]
0x001da800 JavaThread "DestroyJavaVM" [_thread_blocked, id=1020, stack(0x002f0000,0x00340000)]
0x04ddb800 JavaThread "Haven main thread" [_thread_blocked, id=2560, stack(0x08640000,0x08690000)]
=>0x04db5800 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2304, stack(0x08ad0000,0x08b20000)]
0x04d8a800 JavaThread "Error reporter" daemon [_thread_blocked, id=4836, stack(0x066b0000,0x06700000)]
0x04d78c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3740, stack(0x05600000,0x05650000)]
0x04d73000 JavaThread "AWT-Shutdown" [_thread_blocked, id=2428, stack(0x05530000,0x05580000)]
0x04d72800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3004, stack(0x053f0000,0x05440000)]
0x04d48800 JavaThread "Wiki loader 2" daemon [_thread_blocked, id=4828, stack(0x05480000,0x054d0000)]
0x04d48400 JavaThread "Wiki loader 1" daemon [_thread_blocked, id=2316, stack(0x054e0000,0x05530000)]
0x04d4e800 JavaThread "Wiki loader 0" daemon [_thread_blocked, id=1320, stack(0x05310000,0x05360000)]
0x00ad4c00 JavaThread "Service Thread" daemon [_thread_blocked, id=3532, stack(0x048f0000,0x04940000)]
0x00acbc00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2336, stack(0x04b60000,0x04bb0000)]
0x00aca800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2260, stack(0x04a10000,0x04a60000)]
0x00ac7400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2996, stack(0x04870000,0x048c0000)]
0x00ab3400 JavaThread "Finalizer" daemon [_thread_blocked, id=2324, stack(0x00da0000,0x00df0000)]
0x00ab1c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=1776, stack(0x04770000,0x047c0000)]

Other Threads:
0x00aafc00 VMThread [stack: 0x04670000,0x046c0000] [id=4256]
0x00ae7800 WatcherThread [stack: 0x04bc0000,0x04c10000] [id=4216]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 4928K, used 900K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 8% used [0x24180000, 0x241e1210, 0x245d0000)
from space 512K, 100% used [0x24650000, 0x246d0000, 0x246d0000)
to space 512K, 0% used [0x245d0000, 0x245d0000, 0x24650000)
tenured generation total 10944K, used 10304K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 94% used [0x296d0000, 0x2a0e01a0, 0x2a0e0200, 0x2a180000)
compacting perm gen total 12288K, used 6263K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 50% used [0x34180000, 0x3479de08, 0x3479e000, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)

Card table byte_map: [0x00c30000,0x00ce0000] byte_map_base: 0x00b0f400

Polling page: 0x00150000

Code Cache [0x02590000, 0x02720000, 0x04590000)
total_blobs=972 nmethods=603 adapters=304 free_code_cache=31185Kb largest_free_block=31932928

Compilation events (10 events):
Event: 2.372 Thread 0x00acbc00 590 java.util.LinkedList$Node::<init> (20 bytes)
Event: 2.372 Thread 0x00acbc00 nmethod 590 0x0270e948 code [0x0270ea40, 0x0270eaf0]
Event: 2.374 Thread 0x00acbc00 591 java.util.LinkedList::add (7 bytes)
Event: 2.375 Thread 0x00acbc00 nmethod 591 0x0270eb48 code [0x0270ec40, 0x0270eccc]
Event: 2.384 Thread 0x00acbc00 592 sun.awt.image.ByteComponentRaster::verify (352 bytes)
Event: 2.386 Thread 0x00acbc00 nmethod 592 0x0270ed48 code [0x0270f010, 0x0270fd0c]
Event: 2.415 Thread 0x00acbc00 593 s java.io.ByteArrayInputStream::read (101 bytes)
Event: 2.415 Thread 0x00acbc00 nmethod 593 0x02710b08 code [0x02710c40, 0x02711074]
Event: 2.422 Thread 0x00acbc00 594 java.lang.StringBuilder::<init> (6 bytes)
Event: 2.423 Thread 0x00acbc00 nmethod 594 0x02711208 code [0x02711300, 0x02711410]

GC Heap History (10 events):
Event: 1.979 GC heap before
{Heap before GC invocations=11 (full 0):
def new generation total 4928K, used 4610K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 100% used [0x24180000, 0x245d0000, 0x245d0000)
from space 512K, 37% used [0x24650000, 0x24680960, 0x246d0000)
to space 512K, 0% used [0x245d0000, 0x245d0000, 0x24650000)
tenured generation total 10944K, used 5571K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 50% used [0x296d0000, 0x29c40d60, 0x29c40e00, 0x2a180000)
compacting perm gen total 12288K, used 5741K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 46% used [0x34180000, 0x3471b678, 0x3471b800, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)
Event: 1.982 GC heap after
Heap after GC invocations=12 (full 0):
def new generation total 4928K, used 451K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 0% used [0x24180000, 0x24180000, 0x245d0000)
from space 512K, 88% used [0x245d0000, 0x24640e20, 0x24650000)
to space 512K, 0% used [0x24650000, 0x24650000, 0x246d0000)
tenured generation total 10944K, used 5896K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 53% used [0x296d0000, 0x29c921d0, 0x29c92200, 0x2a180000)
compacting perm gen total 12288K, used 5741K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 46% used [0x34180000, 0x3471b678, 0x3471b800, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)
}
Event: 2.116 GC heap before
{Heap before GC invocations=12 (full 0):
def new generation total 4928K, used 4867K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 100% used [0x24180000, 0x245d0000, 0x245d0000)
from space 512K, 88% used [0x245d0000, 0x24640e20, 0x24650000)
to space 512K, 0% used [0x24650000, 0x24650000, 0x246d0000)
tenured generation total 10944K, used 5896K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 53% used [0x296d0000, 0x29c921d0, 0x29c92200, 0x2a180000)
compacting perm gen total 12288K, used 5761K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 46% used [0x34180000, 0x347204f0, 0x34720600, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)
Event: 2.121 GC heap after
Heap after GC invocations=13 (full 0):
def new generation total 4928K, used 512K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 0% used [0x24180000, 0x24180000, 0x245d0000)
from space 512K, 100% used [0x24650000, 0x246d0000, 0x246d0000)
to space 512K, 0% used [0x245d0000, 0x245d0000, 0x24650000)
tenured generation total 10944K, used 6442K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 58% used [0x296d0000, 0x29d1a8b8, 0x29d1aa00, 0x2a180000)
compacting perm gen total 12288K, used 5761K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 46% used [0x34180000, 0x347204f0, 0x34720600, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)
}
Event: 2.175 GC heap before
{Heap before GC invocations=13 (full 0):
def new generation total 4928K, used 4917K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 99% used [0x24180000, 0x245cd430, 0x245d0000)
from space 512K, 100% used [0x24650000, 0x246d0000, 0x246d0000)
to space 512K, 0% used [0x245d0000, 0x245d0000, 0x24650000)
tenured generation total 10944K, used 6442K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 58% used [0x296d0000, 0x29d1a8b8, 0x29d1aa00, 0x2a180000)
compacting perm gen total 12288K, used 5783K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 47% used [0x34180000, 0x34725fd8, 0x34726000, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)
Event: 2.181 GC heap after
Heap after GC invocations=14 (full 0):
def new generation total 4928K, used 512K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 0% used [0x24180000, 0x24180000, 0x245d0000)
from space 512K, 100% used [0x245d0000, 0x24650000, 0x24650000)
to space 512K, 0% used [0x24650000, 0x24650000, 0x246d0000)
tenured generation total 10944K, used 7509K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 68% used [0x296d0000, 0x29e256d0, 0x29e25800, 0x2a180000)
compacting perm gen total 12288K, used 5783K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 47% used [0x34180000, 0x34725fd8, 0x34726000, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)
}
Event: 2.207 GC heap before
{Heap before GC invocations=14 (full 0):
def new generation total 4928K, used 4928K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 100% used [0x24180000, 0x245d0000, 0x245d0000)
from space 512K, 100% used [0x245d0000, 0x24650000, 0x24650000)
to space 512K, 0% used [0x24650000, 0x24650000, 0x246d0000)
tenured generation total 10944K, used 7509K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 68% used [0x296d0000, 0x29e256d0, 0x29e25800, 0x2a180000)
compacting perm gen total 12288K, used 5923K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 48% used [0x34180000, 0x34748f40, 0x34749000, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)
Event: 2.211 GC heap after
Heap after GC invocations=15 (full 0):
def new generation total 4928K, used 512K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 0% used [0x24180000, 0x24180000, 0x245d0000)
from space 512K, 100% used [0x24650000, 0x246d0000, 0x246d0000)
to space 512K, 0% used [0x245d0000, 0x245d0000, 0x24650000)
tenured generation total 10944K, used 7998K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 73% used [0x296d0000, 0x29e9f850, 0x29e9fa00, 0x2a180000)
compacting perm gen total 12288K, used 5923K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 48% used [0x34180000, 0x34748f40, 0x34749000, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)
}
Event: 2.317 GC heap before
{Heap before GC invocations=15 (full 0):
def new generation total 4928K, used 4928K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 100% used [0x24180000, 0x245d0000, 0x245d0000)
from space 512K, 100% used [0x24650000, 0x246d0000, 0x246d0000)
to space 512K, 0% used [0x245d0000, 0x245d0000, 0x24650000)
tenured generation total 10944K, used 7998K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 73% used [0x296d0000, 0x29e9f850, 0x29e9fa00, 0x2a180000)
compacting perm gen total 12288K, used 6237K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 50% used [0x34180000, 0x34797708, 0x34797800, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)
Event: 2.322 GC heap after
Heap after GC invocations=16 (full 0):
def new generation total 4928K, used 512K [0x24180000, 0x246d0000, 0x296d0000)
eden space 4416K, 0% used [0x24180000, 0x24180000, 0x245d0000)
from space 512K, 100% used [0x245d0000, 0x24650000, 0x24650000)
to space 512K, 0% used [0x24650000, 0x24650000, 0x246d0000)
tenured generation total 10944K, used 9224K [0x296d0000, 0x2a180000, 0x34180000)
the space 10944K, 84% used [0x296d0000, 0x29fd22d8, 0x29fd2400, 0x2a180000)
compacting perm gen total 12288K, used 6237K [0x34180000, 0x34d80000, 0x38180000)
the space 12288K, 50% used [0x34180000, 0x34797708, 0x34797800, 0x34d80000)
ro space 10240K, 42% used [0x38180000, 0x385c1958, 0x385c1a00, 0x38b80000)
rw space 12288K, 54% used [0x38b80000, 0x392025f0, 0x39202600, 0x39780000)
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 2.310 Thread 0x0a393400 Threw 0x244fee70 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.311 Thread 0x0a393400 Threw 0x24501358 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.329 Thread 0x0a392c00 Threw 0x241e6630 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.330 Thread 0x0a392c00 Threw 0x241f0230 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.330 Thread 0x0a392c00 Threw 0x241f1d38 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.330 Thread 0x0a392c00 Threw 0x241f34a8 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.331 Thread 0x0a392c00 Threw 0x241fe368 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.331 Thread 0x0a392c00 Threw 0x24203f48 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.337 Thread 0x0a392c00 Threw 0x24234b58 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.342 Thread 0x0a392c00 Threw 0x242df448 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166

Events (10 events):
Event: 2.331 loading class 0x0a4abb48
Event: 2.331 loading class 0x0a4abb48 done
Event: 2.331 loading class 0x0a7047f8
Event: 2.331 loading class 0x0a7047f8 done
Event: 2.337 loading class 0x04de2f20
Event: 2.337 loading class 0x04de2f20 done
Event: 2.342 loading class 0x04ddeb60
Event: 2.342 loading class 0x04ddeb60 done
Event: 2.343 loading class 0x39811e40
Event: 2.343 loading class 0x39811e40 done


Dynamic libraries:
xxxxxx
xxxxxx

VM Arguments:
java_command: salem.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\HP\Digital Imaging\bin;C:\Program Files (x86)\HP\Digital Imaging\bin\;C:\Program Files (x86)\HP\Digital Imaging\bin\Qt\Qt 4.3.3;C:\Windows\SysWOW64;C:\Program Files (x86)\Windows Live\Shared
USERNAME=xxxxx
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 5 Stepping 3, AuthenticAMD



--------------- S Y S T E M ---------------

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

CPU:total 4 (4 cores per cpu, 1 threads per core) family 16 model 5 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv

Memory: 4k page, physical 8387768k(6051204k free), swap 16773680k(14065808k free)

vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_13-b20), built on Jan 30 2013 10:03:58 by "java_re" with unknown MS VC++:1600

time: Thu Feb 21 12:31:07 2013
elapsed time: 2 seconds
rhumbot
 
Posts: 34
Joined: Thu Nov 29, 2012 10:56 pm

Re: FATAL ERROR

Postby spluwacz » Thu Feb 21, 2013 5:14 pm

Got the same problem. No idea what to do with it. The game worked well yesterday and after today's update the program shuts and leaves the .txt file with the error issue.
spluwacz
 
Posts: 4
Joined: Fri Aug 24, 2012 3:10 pm

Re: FATAL ERROR

Postby rhumbot » Thu Feb 21, 2013 5:22 pm

reinstalling java does not help btw.
Error is the same with ender and standard client
rhumbot
 
Posts: 34
Joined: Thu Nov 29, 2012 10:56 pm

Re: FATAL ERROR

Postby MagicManICT » Thu Feb 21, 2013 6:22 pm

Your graphics driver is crashing when Java attempts to access it. At this point, I'm not sure we can rule out a code issue (will need to wait for loftar for verification). My suggestion is to try and update your video drivers to rule out the possibility. It's up to you if you want to try to see if it's a fix on your end or a code problem.
I am a moderator. I moderate stuff. When I do, I write in this color.
JohnCarver wrote:anybody who argues to remove a mechanic that allows "yet another" way to summon somebody is really a carebear in disguise trying to save his own hide.
MagicManICT
 
Posts: 5088
Joined: Wed Aug 01, 2012 1:46 am

Re: FATAL ERROR

Postby rhumbot » Thu Feb 21, 2013 8:20 pm

i feel stupid but updating the drivers solved the problem for me.
rhumbot
 
Posts: 34
Joined: Thu Nov 29, 2012 10:56 pm


Return to Bugs & Technicalities

Who is online

Users browsing this forum: No registered users and 2 guests