Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # A fatal error has been detected by the Java Runtime Environment:
- #
- # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fee65d6220, pid=324, tid=6512
- #
- # JRE version: 7.0_21-b11
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode windows-amd64 compressed oops)
- # Problematic frame:
- # C [OpenAL64.dll+0x6220] alSourcei+0x144
- #
- # 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 (0x000000001f5d3000): JavaThread "Thread-20" [_thread_in_native, id=6512, stack(0x00000000178c0000,0x00000000179c0000)]
- siginfo: ExceptionCode=0xc0000005, writing address 0xffffffff8babdb10
- Registers:
- RAX=0x0000000015c6f3c0, RBX=0xffffffff8babdaf0, RCX=0x0000000015c60000, RDX=0x0000000000000088
- RSP=0x00000000179bf150, RBP=0x0000000015c6e140, RSI=0x00000000ffffffff, RDI=0x0000000000000005
- R8 =0x0000000015c6f3b0, R9 =0x0000000015c6f3c0, R10=0x000000000240237c, R11=0x0000000015c6e140
- R12=0x0000000015c66fe0, R13=0x00000007fb3e9cd0, R14=0x00000000179bf230, R15=0x000000001f5d3000
- RIP=0x000007fee65d6220, EFLAGS=0x0000000000010246
- Top of Stack: (sp=0x00000000179bf150)
- 0x00000000179bf150: ffffffff8babdaf0 00000000ffffffff
- 0x00000000179bf160: 00000007fb3c90d8 00000000179bf1c8
- 0x00000000179bf170: 0000000000000000 00000000024023a8
- 0x00000000179bf180: 00000007fb3e9cd0 00000000179bf200
- 0x00000000179bf190: 0000000000000013 0000000000000005
- 0x00000000179bf1a0: 000000008babdaf0 0000000000000000
- 0x00000000179bf1b0: 00000005fc97db30 00000005e260aa18
- 0x00000000179bf1c0: 00000000179bf1c0 0000000000000000
- 0x00000000179bf1d0: 00000000179bf230 00000007fb3eca58
- 0x00000000179bf1e0: 0000000000000000 00000007fb3e9cd0
- 0x00000000179bf1f0: 0000000000000000 00000000179bf220
- 0x00000000179bf200: 00000000179bf278 00000000023f61f8
- 0x00000000179bf210: 00000005ef7a08b0 00000000023ff1d8
- 0x00000000179bf220: 000000008babdaf0 0000000000001009
- 0x00000000179bf230: 0000000015c6e140 00000000179bf238
- 0x00000000179bf240: 00000007fb3d9c17 00000000179bf290
- Instructions: (pc=0x000007fee65d6220)
- 0x000007fee65d6200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40
- 0x000007fee65d6210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00
- 0x000007fee65d6220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89
- 0x000007fee65d6230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00
- Register to memory mapping:
- RAX=0x0000000015c6f3c0 is an unknown value
- RBX=0xffffffff8babdaf0 is an unknown value
- RCX=0x0000000015c60000 is an unknown value
- RDX=0x0000000000000088 is an unknown value
- RSP=0x00000000179bf150 is pointing into the stack for thread: 0x000000001f5d3000
- RBP=0x0000000015c6e140 is an unknown value
- RSI=0x00000000ffffffff is an unknown value
- RDI=0x0000000000000005 is an unknown value
- R8 =0x0000000015c6f3b0 is an unknown value
- R9 =0x0000000015c6f3c0 is an unknown value
- R10=0x000000000240237c is an Interpreter codelet
- method entry point (kind = native) [0x0000000002402100, 0x0000000002402980] 2176 bytes
- R11=0x0000000015c6e140 is an unknown value
- R12=0x0000000015c66fe0 is an unknown value
- R13=0x00000007fb3e9cd0 is an oop
- {method}
- - klass: {other class}
- R14=0x00000000179bf230 is pointing into the stack for thread: 0x000000001f5d3000
- R15=0x000000001f5d3000 is a thread
- Stack: [0x00000000178c0000,0x00000000179c0000], sp=0x00000000179bf150, free space=1020k
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- C [OpenAL64.dll+0x6220] alSourcei+0x144
- Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
- j org.lwjgl.openal.AL10.alSourcei(III)V+0
- j paulscode.sound.libraries.ChannelLWJGLOpenAL.attachBuffer(Ljava/nio/IntBuffer;)Z+39
- j paulscode.sound.libraries.SourceLWJGLOpenAL.play(Lpaulscode/sound/Channel;)V+364
- j paulscode.sound.Library.play(Lpaulscode/sound/Source;)V+72
- j paulscode.sound.Library.play(Ljava/lang/String;)V+93
- J paulscode.sound.SoundSystem.CommandQueue(Lpaulscode/sound/CommandObject;)Z
- J paulscode.sound.CommandThread.run()V
- v ~StubRoutines::call_stub
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x0000000013ef0000 JavaThread "Thread-73" daemon [_thread_blocked, id=7160, stack(0x0000000074100000,0x0000000074200000)]
- 0x0000000013eed000 JavaThread "Client write thread" [_thread_blocked, id=588, stack(0x0000000029920000,0x0000000029a20000)]
- 0x0000000013eec000 JavaThread "Client read thread" [_thread_in_native, id=5580, stack(0x0000000018fa0000,0x00000000190a0000)]
- 0x0000000013eeb800 JavaThread "Thread-55" daemon [_thread_in_native, id=4596, stack(0x0000000062390000,0x0000000062490000)]
- 0x000000001f5d4000 JavaThread "Thread-21" [_thread_in_native, id=3192, stack(0x0000000020e50000,0x0000000020f50000)]
- =>0x000000001f5d3000 JavaThread "Thread-20" [_thread_in_native, id=6512, stack(0x00000000178c0000,0x00000000179c0000)]
- 0x000000001f5d2800 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_blocked, id=676, stack(0x0000000017b40000,0x0000000017c40000)]
- 0x000000001f5d1800 JavaThread "TC Aura Update Thread" [_thread_blocked, id=5612, stack(0x0000000019110000,0x0000000019210000)]
- 0x000000001f5d1000 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=2000, stack(0x0000000020d20000,0x0000000020e20000)]
- 0x000000001f5d0000 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=4704, stack(0x00000000177a0000,0x00000000178a0000)]
- 0x000000001f5ce800 JavaThread "Thread-15" [_thread_blocked, id=6916, stack(0x00000000175f0000,0x00000000176f0000)]
- 0x000000001f5cd000 JavaThread "Immibis Core background task" daemon [_thread_blocked, id=4900, stack(0x00000000171f0000,0x00000000172f0000)]
- 0x00000000020ed000 JavaThread "DestroyJavaVM" [_thread_blocked, id=2948, stack(0x00000000022f0000,0x00000000023f0000)]
- 0x000000001ec60800 JavaThread "Minecraft main thread" [_thread_blocked, id=6756, stack(0x0000000023a80000,0x0000000023b80000)]
- 0x00000000233cc800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6796, stack(0x0000000023860000,0x0000000023960000)]
- 0x000000001e78a800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=3544, stack(0x0000000020f50000,0x0000000021050000)]
- 0x000000001527b800 JavaThread "Thread-4" [_thread_blocked, id=1428, stack(0x0000000019890000,0x0000000019990000)]
- 0x0000000015174800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=6620, stack(0x00000000187a0000,0x00000000188a0000)]
- 0x0000000015145000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=6680, stack(0x00000000170e0000,0x00000000171e0000)]
- 0x0000000013f89800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5616, stack(0x0000000015950000,0x0000000015a50000)]
- 0x0000000013ed9000 JavaThread "AWT-Shutdown" [_thread_blocked, id=6452, stack(0x0000000014680000,0x0000000014780000)]
- 0x0000000014ee6800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5088, stack(0x00000000157c0000,0x00000000158c0000)]
- 0x0000000013d91000 JavaThread "Service Thread" daemon [_thread_blocked, id=3508, stack(0x00000000149b0000,0x0000000014ab0000)]
- 0x0000000013d86800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=7076, stack(0x00000000147a0000,0x00000000148a0000)]
- 0x0000000013d82000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2692, stack(0x0000000013920000,0x0000000013a20000)]
- 0x0000000013d81800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3692, stack(0x00000000144e0000,0x00000000145e0000)]
- 0x0000000013d80800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3832, stack(0x0000000014380000,0x0000000014480000)]
- 0x0000000013d7f800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=4580, stack(0x0000000014200000,0x0000000014300000)]
- 0x0000000013758000 JavaThread "Finalizer" daemon [_thread_blocked, id=2212, stack(0x0000000013c10000,0x0000000013d10000)]
- 0x0000000013751800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3948, stack(0x0000000013a30000,0x0000000013b30000)]
- Other Threads:
- 0x0000000013743000 VMThread [stack: 0x00000000137a0000,0x00000000138a0000] [id=5736]
- 0x0000000013d9c800 WatcherThread [stack: 0x0000000014af0000,0x0000000014bf0000] [id=6988]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- par new generation total 266240K, used 174700K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 71% used [0x00000005d8000000, 0x00000005e260b130, 0x00000005e6720000)
- from space 29568K, 15% used [0x00000005e8400000, 0x00000005e888ffe0, 0x00000005ea0e0000)
- to space 29568K, 0% used [0x00000005e6720000, 0x00000005e6720000, 0x00000005e8400000)
- concurrent mark-sweep generation total 669512K, used 405377K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81752K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Card table byte_map: [0x0000000005bc0000,0x0000000006d10000] byte_map_base: 0x0000000002d00000
- Polling page: 0x0000000000130000
- Code Cache [0x00000000023f0000, 0x0000000003250000, 0x00000000053f0000)
- total_blobs=5222 nmethods=4140 adapters=1030 free_code_cache=34728Kb largest_free_block=35309696
- Compilation events (10 events):
- Event: 3269.630 Thread 0x0000000013d86800 4559 com.eloraam.redpower.core.RenderContext::transformRotate (115 bytes)
- Event: 3269.632 Thread 0x0000000013d86800 nmethod 4559 0x0000000002d38d50 code [0x0000000002d38ec0, 0x0000000002d390d8]
- Event: 3269.692 Thread 0x0000000013d86800 4560 com.eloraam.redpower.core.RenderContext::doLightLocal (93 bytes)
- Event: 3269.698 Thread 0x0000000013d86800 nmethod 4560 0x000000000321d210 code [0x000000000321d360, 0x000000000321d6b8]
- Event: 3283.758 Thread 0x0000000013d86800 4561 java.util.AbstractCollection::toArray (70 bytes)
- Event: 3283.771 Thread 0x0000000013d86800 nmethod 4561 0x0000000002c89790 code [0x0000000002c89980, 0x0000000002c8a2f8]
- Event: 3284.324 Thread 0x0000000013d82000 4562 net.minecraftforge.common.ConfigCategory::getIndent (37 bytes)
- Event: 3284.328 Thread 0x0000000013d82000 nmethod 4562 0x0000000002e6ce10 code [0x0000000002e6cf80, 0x0000000002e6d358]
- Event: 3288.916 Thread 0x0000000013d86800 4563 ! sun.reflect.GeneratedMethodAccessor55::invoke (222 bytes)
- Event: 3288.929 Thread 0x0000000013d86800 nmethod 4563 0x00000000030f3450 code [0x00000000030f3640, 0x00000000030f4058]
- GC Heap History (10 events):
- Event: 3284.592 GC heap before
- {Heap before GC invocations=464 (full 60):
- par new generation total 266240K, used 242302K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 100% used [0x00000005d8000000, 0x00000005e6720000, 0x00000005e6720000)
- from space 29568K, 19% used [0x00000005e6720000, 0x00000005e6c9fb18, 0x00000005e8400000)
- to space 29568K, 0% used [0x00000005e8400000, 0x00000005e8400000, 0x00000005ea0e0000)
- concurrent mark-sweep generation total 669512K, used 403825K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81751K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 3284.603 GC heap after
- Heap after GC invocations=465 (full 60):
- par new generation total 266240K, used 4603K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 0% used [0x00000005d8000000, 0x00000005d8000000, 0x00000005e6720000)
- from space 29568K, 15% used [0x00000005e8400000, 0x00000005e887ed98, 0x00000005ea0e0000)
- to space 29568K, 0% used [0x00000005e6720000, 0x00000005e6720000, 0x00000005e8400000)
- concurrent mark-sweep generation total 669512K, used 405292K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81751K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 3289.332 GC heap before
- {Heap before GC invocations=465 (full 60):
- par new generation total 266240K, used 241275K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 100% used [0x00000005d8000000, 0x00000005e6720000, 0x00000005e6720000)
- from space 29568K, 15% used [0x00000005e8400000, 0x00000005e887ed98, 0x00000005ea0e0000)
- to space 29568K, 0% used [0x00000005e6720000, 0x00000005e6720000, 0x00000005e8400000)
- concurrent mark-sweep generation total 669512K, used 405292K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81752K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 3289.341 GC heap after
- Heap after GC invocations=466 (full 60):
- par new generation total 266240K, used 3391K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 0% used [0x00000005d8000000, 0x00000005d8000000, 0x00000005e6720000)
- from space 29568K, 11% used [0x00000005e6720000, 0x00000005e6a6fda8, 0x00000005e8400000)
- to space 29568K, 0% used [0x00000005e8400000, 0x00000005e8400000, 0x00000005ea0e0000)
- concurrent mark-sweep generation total 669512K, used 405301K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81752K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 3291.921 GC heap before
- {Heap before GC invocations=466 (full 60):
- par new generation total 266240K, used 240063K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 100% used [0x00000005d8000000, 0x00000005e6720000, 0x00000005e6720000)
- from space 29568K, 11% used [0x00000005e6720000, 0x00000005e6a6fda8, 0x00000005e8400000)
- to space 29568K, 0% used [0x00000005e8400000, 0x00000005e8400000, 0x00000005ea0e0000)
- concurrent mark-sweep generation total 669512K, used 405301K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81752K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 3291.928 GC heap after
- Heap after GC invocations=467 (full 60):
- par new generation total 266240K, used 4420K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 0% used [0x00000005d8000000, 0x00000005d8000000, 0x00000005e6720000)
- from space 29568K, 14% used [0x00000005e8400000, 0x00000005e88512b0, 0x00000005ea0e0000)
- to space 29568K, 0% used [0x00000005e6720000, 0x00000005e6720000, 0x00000005e8400000)
- concurrent mark-sweep generation total 669512K, used 405344K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81752K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 3293.669 GC heap before
- {Heap before GC invocations=467 (full 60):
- par new generation total 266240K, used 241092K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 100% used [0x00000005d8000000, 0x00000005e6720000, 0x00000005e6720000)
- from space 29568K, 14% used [0x00000005e8400000, 0x00000005e88512b0, 0x00000005ea0e0000)
- to space 29568K, 0% used [0x00000005e6720000, 0x00000005e6720000, 0x00000005e8400000)
- concurrent mark-sweep generation total 669512K, used 405344K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81752K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 3293.676 GC heap after
- Heap after GC invocations=468 (full 60):
- par new generation total 266240K, used 3591K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 0% used [0x00000005d8000000, 0x00000005d8000000, 0x00000005e6720000)
- from space 29568K, 12% used [0x00000005e6720000, 0x00000005e6aa1f50, 0x00000005e8400000)
- to space 29568K, 0% used [0x00000005e8400000, 0x00000005e8400000, 0x00000005ea0e0000)
- concurrent mark-sweep generation total 669512K, used 405360K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81752K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 3303.571 GC heap before
- {Heap before GC invocations=468 (full 60):
- par new generation total 266240K, used 240263K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 100% used [0x00000005d8000000, 0x00000005e6720000, 0x00000005e6720000)
- from space 29568K, 12% used [0x00000005e6720000, 0x00000005e6aa1f50, 0x00000005e8400000)
- to space 29568K, 0% used [0x00000005e8400000, 0x00000005e8400000, 0x00000005ea0e0000)
- concurrent mark-sweep generation total 669512K, used 405360K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81752K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 3303.581 GC heap after
- Heap after GC invocations=469 (full 60):
- par new generation total 266240K, used 4671K [0x00000005d8000000, 0x00000005ea0e0000, 0x00000005eccc0000)
- eden space 236672K, 0% used [0x00000005d8000000, 0x00000005d8000000, 0x00000005e6720000)
- from space 29568K, 15% used [0x00000005e8400000, 0x00000005e888ffe0, 0x00000005ea0e0000)
- to space 29568K, 0% used [0x00000005e6720000, 0x00000005e6720000, 0x00000005e8400000)
- concurrent mark-sweep generation total 669512K, used 405377K [0x00000005eccc0000, 0x0000000615a92000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 81752K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Deoptimization events (10 events):
- Event: 3267.349 Thread 0x000000001ec60800 Uncommon trap -58 fr.pc 0x000000000302755c
- Event: 3267.349 Thread 0x000000001ec60800 Uncommon trap -58 fr.pc 0x0000000003048640
- Event: 3267.349 Thread 0x000000001ec60800 Uncommon trap -58 fr.pc 0x000000000302755c
- Event: 3267.349 Thread 0x000000001ec60800 Uncommon trap -58 fr.pc 0x000000000302755c
- Event: 3268.902 Thread 0x000000001ec60800 Uncommon trap -58 fr.pc 0x0000000003048640
- Event: 3268.902 Thread 0x000000001ec60800 Uncommon trap -58 fr.pc 0x0000000003048640
- Event: 3269.052 Thread 0x0000000013eed000 Uncommon trap -34 fr.pc 0x000000000309e840
- Event: 3271.841 Thread 0x000000001ec60800 Uncommon trap -34 fr.pc 0x00000000031cb534
- Event: 3271.859 Thread 0x000000001ec60800 Uncommon trap 7 fr.pc 0x00000000031d3f10
- Event: 3272.016 Thread 0x0000000013eed000 Uncommon trap -34 fr.pc 0x000000000309e840
- Internal exceptions (10 events):
- Event: 3308.775 Thread 0x000000001f5d3000 Threw 0x00000005e19d4068 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 3308.775 Thread 0x000000001f5d3000 Threw 0x00000005e19d8e88 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2846
- Event: 3308.775 Thread 0x000000001f5d3000 Threw 0x00000005e19d8ff8 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 3308.785 Thread 0x000000001f5d3000 Threw 0x00000005e19d91b8 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 3308.821 Thread 0x0000000013eed000 Threw 0x00000005e19d6538 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 3308.822 Thread 0x000000001f5d3000 Threw 0x00000005e19d9378 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 3308.835 Thread 0x000000001f5d3000 Threw 0x00000005e19d9538 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 3308.867 Thread 0x0000000013eed000 Threw 0x00000005e19d67e0 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 3308.867 Thread 0x0000000013eed000 Threw 0x00000005e19d6950 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2846
- Event: 3308.867 Thread 0x000000001f5d3000 Threw 0x00000005e1daab58 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:2888
- Events (10 events):
- Event: 3307.404 Executing VM operation: RevokeBias done
- Event: 3307.404 Thread 0x00000000249c0800 Thread exited: 0x00000000249c0800
- Event: 3307.864 Thread 0x00000000249c0800 Thread added: 0x00000000249c0800
- Event: 3307.865 Thread 0x00000000249c0800 Thread exited: 0x00000000249c0800
- Event: 3308.218 Thread 0x00000000249c0800 Thread added: 0x00000000249c0800
- Event: 3308.218 Thread 0x00000000249c0800 Thread exited: 0x00000000249c0800
- Event: 3308.362 Thread 0x00000000249c0800 Thread added: 0x00000000249c0800
- Event: 3308.363 Thread 0x00000000249c0800 Thread exited: 0x00000000249c0800
- Event: 3308.868 Thread 0x00000000249c0800 Thread added: 0x00000000249c0800
- Event: 3308.868 Thread 0x00000000249c0800 Thread exited: 0x00000000249c0800
- Dynamic libraries:
- 0x000000013f390000 - 0x000000013f3c3000 C:\Program Files\Java\jre7\bin\javaw.exe
- 0x0000000077870000 - 0x0000000077a19000 C:\Windows\SYSTEM32\ntdll.dll
- 0x0000000077750000 - 0x000000007786f000 C:\Windows\system32\kernel32.dll
- 0x000007fefd770000 - 0x000007fefd7db000 C:\Windows\system32\KERNELBASE.dll
- 0x000007feff700000 - 0x000007feff7db000 C:\Windows\system32\ADVAPI32.dll
- 0x000007fefeca0000 - 0x000007fefed3f000 C:\Windows\system32\msvcrt.dll
- 0x000007feff400000 - 0x000007feff41f000 C:\Windows\SYSTEM32\sechost.dll
- 0x000007fefda80000 - 0x000007fefdbad000 C:\Windows\system32\RPCRT4.dll
- 0x0000000077650000 - 0x000000007774a000 C:\Windows\system32\USER32.dll
- 0x000007fefdea0000 - 0x000007fefdf07000 C:\Windows\system32\GDI32.dll
- 0x000007fefdbb0000 - 0x000007fefdbbe000 C:\Windows\system32\LPK.dll
- 0x000007feff330000 - 0x000007feff3f9000 C:\Windows\system32\USP10.dll
- 0x000007fefc080000 - 0x000007fefc274000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
- 0x000007feff210000 - 0x000007feff281000 C:\Windows\system32\SHLWAPI.dll
- 0x000007feff7e0000 - 0x000007feff80e000 C:\Windows\system32\IMM32.DLL
- 0x000007feff570000 - 0x000007feff679000 C:\Windows\system32\MSCTF.dll
- 0x0000000062df0000 - 0x0000000062ec1000 C:\Program Files\Java\jre7\bin\msvcr100.dll
- 0x000000005e5e0000 - 0x000000005ed01000 C:\Program Files\Java\jre7\bin\server\jvm.dll
- 0x000007fef8c50000 - 0x000007fef8c59000 C:\Windows\system32\WSOCK32.dll
- 0x000007feff520000 - 0x000007feff56d000 C:\Windows\system32\WS2_32.dll
- 0x000007fefed40000 - 0x000007fefed48000 C:\Windows\system32\NSI.dll
- 0x000007fefb5d0000 - 0x000007fefb60b000 C:\Windows\system32\WINMM.dll
- 0x0000000077a30000 - 0x0000000077a37000 C:\Windows\system32\PSAPI.DLL
- 0x0000000074c90000 - 0x0000000074c9f000 C:\Program Files\Java\jre7\bin\verify.dll
- 0x0000000071750000 - 0x0000000071778000 C:\Program Files\Java\jre7\bin\java.dll
- 0x0000000071730000 - 0x0000000071745000 C:\Program Files\Java\jre7\bin\zip.dll
- 0x000000006d0b0000 - 0x000000006d0c9000 C:\Program Files\Java\jre7\bin\net.dll
- 0x000007fefcec0000 - 0x000007fefcf15000 C:\Windows\system32\mswsock.dll
- 0x000007fefceb0000 - 0x000007fefceb7000 C:\Windows\System32\wship6.dll
- 0x000000006d090000 - 0x000000006d0a1000 C:\Program Files\Java\jre7\bin\nio.dll
- 0x0000000062540000 - 0x00000000626d3000 C:\Program Files\Java\jre7\bin\awt.dll
- 0x000007feff440000 - 0x000007feff517000 C:\Windows\system32\OLEAUT32.dll
- 0x000007feff810000 - 0x000007feffa13000 C:\Windows\system32\ole32.dll
- 0x000007fefb860000 - 0x000007fefb878000 C:\Windows\system32\DWMAPI.DLL
- 0x000007fefbe60000 - 0x000007fefbeb6000 C:\Windows\system32\uxtheme.dll
- 0x000007fefd580000 - 0x000007fefd58f000 C:\Windows\system32\CRYPTBASE.dll
- 0x000007fee7c40000 - 0x000007fee7e3f000 C:\Windows\system32\d3d9.dll
- 0x000007fefc740000 - 0x000007fefc74c000 C:\Windows\system32\VERSION.dll
- 0x000007fef8bd0000 - 0x000007fef8bd7000 C:\Windows\system32\d3d8thk.dll
- 0x000007fee6b10000 - 0x000007fee7c38000 C:\Windows\system32\nvd3dumx.dll
- 0x000007fefbd80000 - 0x000007fefbdac000 C:\Windows\system32\powrprof.dll
- 0x000007fefdc20000 - 0x000007fefddf7000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefda00000 - 0x000007fefda36000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefd710000 - 0x000007fefd72a000 C:\Windows\system32\DEVOBJ.dll
- 0x0000000180000000 - 0x0000000180155000 C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll
- 0x000007fefdf10000 - 0x000007fefec98000 C:\Windows\system32\SHELL32.dll
- 0x0000000067180000 - 0x00000000671be000 C:\Program Files\Java\jre7\bin\fontmanager.dll
- 0x000007feff290000 - 0x000007feff329000 C:\Windows\system32\CLBCatQ.DLL
- 0x00000000658b0000 - 0x00000000658f1000 C:\Program Files\Java\jre7\bin\t2k.dll
- 0x000000006c840000 - 0x000000006c86a000 C:\Program Files\Java\jre7\bin\dcpr.dll
- 0x00000000133d0000 - 0x0000000013418000 C:\Users\Mr. Furious\Desktop\Feed The Beast\Ultimate\minecraft\bin\natives\lwjgl64.dll
- 0x000007feeedf0000 - 0x000007feeef0d000 C:\Windows\system32\OPENGL32.dll
- 0x000007feec0b0000 - 0x000007feec0dd000 C:\Windows\system32\GLU32.dll
- 0x000007feebfb0000 - 0x000007feec0a1000 C:\Windows\system32\DDRAW.dll
- 0x000007feef3b0000 - 0x000007feef3b8000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefcf20000 - 0x000007fefcf37000 C:\Windows\system32\CRYPTSP.dll
- 0x000007fefcc20000 - 0x000007fefcc67000 C:\Windows\system32\rsaenh.dll
- 0x000007fefc950000 - 0x000007fefc96e000 C:\Windows\system32\USERENV.dll
- 0x000007fefd650000 - 0x000007fefd65f000 C:\Windows\system32\profapi.dll
- 0x000007fefac90000 - 0x000007fefaca5000 C:\Windows\system32\NLAapi.dll
- 0x000007fef8680000 - 0x000007fef8695000 C:\Windows\system32\napinsp.dll
- 0x000007fef8660000 - 0x000007fef8679000 C:\Windows\system32\pnrpnsp.dll
- 0x000007fefcd40000 - 0x000007fefcd9b000 C:\Windows\system32\DNSAPI.dll
- 0x000007fef8650000 - 0x000007fef865b000 C:\Windows\System32\winrnr.dll
- 0x000007fef8620000 - 0x000007fef864f000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
- 0x000007fefc810000 - 0x000007fefc817000 C:\Windows\System32\wshtcpip.dll
- 0x000007fefaba0000 - 0x000007fefabc7000 C:\Windows\system32\IPHLPAPI.DLL
- 0x000007fefab80000 - 0x000007fefab8b000 C:\Windows\system32\WINNSI.DLL
- 0x000007fef8610000 - 0x000007fef8618000 C:\Windows\system32\rasadhlp.dll
- 0x000007fefa990000 - 0x000007fefa9e3000 C:\Windows\System32\fwpuclnt.dll
- 0x000000006cae0000 - 0x000000006cae7000 C:\Program Files\Java\jre7\bin\jawt.dll
- 0x0000000068df0000 - 0x000000006a7db000 C:\Windows\system32\nvoglv64.DLL
- 0x000007fefd730000 - 0x000007fefd769000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefd890000 - 0x000007fefd9fa000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefd6f0000 - 0x000007fefd6ff000 C:\Windows\system32\MSASN1.dll
- 0x000007fefb680000 - 0x000007fefb6ad000 C:\Windows\system32\ntmarta.dll
- 0x000007fefdbc0000 - 0x000007fefdc12000 C:\Windows\system32\WLDAP32.dll
- 0x0000000066740000 - 0x0000000066764000 C:\Program Files\Java\jre7\bin\sunec.dll
- 0x0000000071720000 - 0x000000007172b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
- 0x000007fee65d0000 - 0x000007fee66f2000 C:\Users\Mr. Furious\Desktop\Feed The Beast\Ultimate\minecraft\bin\natives\OpenAL64.dll
- 0x000007fefb540000 - 0x000007fefb5c8000 C:\Windows\system32\dsound.dll
- 0x000007fefbd30000 - 0x000007fefbd7b000 C:\Windows\System32\MMDevApi.dll
- 0x000007fefbf00000 - 0x000007fefc02c000 C:\Windows\System32\PROPSYS.dll
- 0x000007fefb440000 - 0x000007fefb47b000 C:\Windows\system32\wdmaud.drv
- 0x00000000752b0000 - 0x00000000752b6000 C:\Windows\system32\ksuser.dll
- 0x000007fefc390000 - 0x000007fefc399000 C:\Windows\system32\AVRT.dll
- 0x000007fefb0f0000 - 0x000007fefb13f000 C:\Windows\system32\AUDIOSES.DLL
- 0x000007fefb0e0000 - 0x000007fefb0ea000 C:\Windows\system32\msacm32.drv
- 0x000007fefb0c0000 - 0x000007fefb0d8000 C:\Windows\system32\MSACM32.dll
- 0x000007fefb0b0000 - 0x000007fefb0b9000 C:\Windows\system32\midimap.dll
- 0x0000000064f30000 - 0x0000000064f69000 C:\Program Files\Java\jre7\bin\kcms.dll
- 0x0000000073fd0000 - 0x0000000073fdb000 C:\Program Files\Java\jre7\bin\management.dll
- 0x000007fefa5b0000 - 0x000007fefa5c8000 C:\Windows\system32\dhcpcsvc.DLL
- 0x000007fefa590000 - 0x000007fefa5a1000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x000007fef7290000 - 0x000007fef73b5000 C:\Windows\system32\dbghelp.dll
- VM Arguments:
- jvm_args: -Xms256M -Xmx8704M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=128m
- java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\Mr. Furious\Desktop\Feed The Beast/Ultimate/minecraft C:\Users\Mr. Furious\AppData\Roaming/ftblauncher/ModPacks\Ultimate\FTB_temp.gif MinecraftForge.zip Mr_Furious1964 3235882950720668368 FTB Ultimate v1.0.1 C:\Users\Mr. Furious\AppData\Roaming/ftblauncher/ModPacks\Ultimate\logo_ftb.png
- Launcher Type: SUN_STANDARD
- Environment Variables:
- CLASSPATH=.;E:\Programs\Apple\QuickTime\QTSystem\QTJava.zip
- PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;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;E:\Programs\Apple\QuickTime\QTSystem\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Windows\System32\WindowsPowerShell\v1.0\
- USERNAME=Mr. Furious
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
- --------------- 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 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc
- Memory: 4k page, physical 16776240k(10486252k free), swap 33551596k(24464048k free)
- vm_info: Java HotSpot(TM) 64-Bit Server VM (23.21-b01) for windows-amd64 JRE (1.7.0_21-b11), built on Apr 4 2013 08:11:28 by "java_re" with unknown MS VC++:1600
- time: Sat May 04 21:16:43 2013
- elapsed time: 3308 seconds
Advertisement
Add Comment
Please, Sign In to add comment