Advertisement
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=0x000007feed6c6220, pid=9224, tid=10036
- #
- # JRE version: 7.0_25-b17
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-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 (0x000000001fc17000): JavaThread "Thread-19" [_thread_in_native, id=10036, stack(0x000000001f8f0000,0x000000001f9f0000)]
- siginfo: ExceptionCode=0xc0000005, writing address 0xffffffffd47e7160
- Registers:
- RAX=0x00000000278ef2c0, RBX=0xffffffffd47e7140, RCX=0x00000000278e0000, RDX=0x0000000000000088
- RSP=0x000000001f9ef560, RBP=0x00000000278ecd40, RSI=0x00000000ffffffff, RDI=0x0000000000000005
- R8 =0x00000000278ef2b0, R9 =0x00000000278ef2c0, R10=0x000000000250237c, R11=0x00000000278ecd40
- R12=0x00000000278e6fe0, R13=0x00000007fc626ad8, R14=0x000000001f9ef640, R15=0x000000001fc17000
- RIP=0x000007feed6c6220, EFLAGS=0x0000000000010246
- Top of Stack: (sp=0x000000001f9ef560)
- 0x000000001f9ef560: ffffffffd47e7140 00000000ffffffff
- 0x000000001f9ef570: 00000007fc605ed8 000000001f9ef5d8
- 0x000000001f9ef580: 0000000000000000 00000000025023a8
- 0x000000001f9ef590: 00000007fc626ad8 000000001f9ef610
- 0x000000001f9ef5a0: 0000000000000013 0000000000000005
- 0x000000001f9ef5b0: 00000000d47e7140 0000000000000000
- 0x000000001f9ef5c0: 00000005a286e8f8 000000057a4c14f0
- 0x000000001f9ef5d0: 000000001f9ef5d0 0000000000000000
- 0x000000001f9ef5e0: 000000001f9ef640 00000007fc629860
- 0x000000001f9ef5f0: 0000000000000000 00000007fc626ad8
- 0x000000001f9ef600: 0000000000000000 000000001f9ef630
- 0x000000001f9ef610: 000000001f9ef688 00000000024f61f8
- 0x000000001f9ef620: 00000005983090f0 00000000024ff1d8
- 0x000000001f9ef630: 00000000d47e7140 0000000000001009
- 0x000000001f9ef640: 00000000278ecd40 000000001f9ef648
- 0x000000001f9ef650: 00000007fc616a17 000000001f9ef6a0
- Instructions: (pc=0x000007feed6c6220)
- 0x000007feed6c6200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40
- 0x000007feed6c6210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00
- 0x000007feed6c6220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89
- 0x000007feed6c6230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00
- Register to memory mapping:
- RAX=0x00000000278ef2c0 is an unknown value
- RBX=0xffffffffd47e7140 is an unknown value
- RCX=0x00000000278e0000 is an unknown value
- RDX=0x0000000000000088 is an unknown value
- RSP=0x000000001f9ef560 is pointing into the stack for thread: 0x000000001fc17000
- RBP=0x00000000278ecd40 is an unknown value
- RSI=0x00000000ffffffff is an unknown value
- RDI=0x0000000000000005 is an unknown value
- R8 =0x00000000278ef2b0 is an unknown value
- R9 =0x00000000278ef2c0 is an unknown value
- R10=0x000000000250237c is an Interpreter codelet
- method entry point (kind = native) [0x0000000002502100, 0x0000000002502980] 2176 bytes
- R11=0x00000000278ecd40 is an unknown value
- R12=0x00000000278e6fe0 is an unknown value
- R13=0x00000007fc626ad8 is an oop
- {method}
- - klass: {other class}
- R14=0x000000001f9ef640 is pointing into the stack for thread: 0x000000001fc17000
- R15=0x000000001fc17000 is a thread
- Stack: [0x000000001f8f0000,0x000000001f9f0000], sp=0x000000001f9ef560, free space=1021k
- 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.CommandPlay(Ljava/lang/String;)V+12
- J paulscode.sound.SoundSystem.CommandQueue(Lpaulscode/sound/CommandObject;)Z
- j paulscode.sound.CommandThread.run()V+51
- v ~StubRoutines::call_stub
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x00000000549a9000 JavaThread "Thread-44" [_thread_blocked, id=8072, stack(0x000000004c7a0000,0x000000004c8a0000)]
- 0x000000001fc15800 JavaThread "Thread-43" [_thread_blocked, id=8108, stack(0x0000000028730000,0x0000000028830000)]
- 0x00000000549a8800 JavaThread "Client write thread" [_thread_blocked, id=5072, stack(0x00000000243a0000,0x00000000244a0000)]
- 0x0000000022369000 JavaThread "Client read thread" [_thread_in_native, id=9808, stack(0x0000000024260000,0x0000000024360000)]
- 0x0000000022367800 JavaThread "Thread-38" daemon [_thread_in_native, id=5996, stack(0x000000004c3f0000,0x000000004c4f0000)]
- 0x0000000022366000 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=5700, stack(0x000000005b680000,0x000000005b780000)]
- 0x0000000022365000 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=6840, stack(0x000000005b460000,0x000000005b560000)]
- 0x0000000022364800 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=6028, stack(0x000000005b1e0000,0x000000005b2e0000)]
- 0x0000000022363800 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=6320, stack(0x000000005b090000,0x000000005b190000)]
- 0x0000000022363000 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=2000, stack(0x0000000059710000,0x0000000059810000)]
- 0x0000000022362000 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=10016, stack(0x000000005ae80000,0x000000005af80000)]
- 0x000000001fc18800 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=10212, stack(0x000000005ac90000,0x000000005ad90000)]
- 0x000000001fc16000 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=6096, stack(0x0000000059a00000,0x0000000059b00000)]
- 0x000000001fc17800 JavaThread "Thread-20" [_thread_blocked, id=8804, stack(0x0000000027610000,0x0000000027710000)]
- =>0x000000001fc17000 JavaThread "Thread-19" [_thread_in_native, id=10036, stack(0x000000001f8f0000,0x000000001f9f0000)]
- 0x000000001fc14800 JavaThread "TC Aura Update Thread" [_thread_blocked, id=1244, stack(0x000000001a1f0000,0x000000001a2f0000)]
- 0x000000001fc13000 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=8384, stack(0x0000000019f20000,0x000000001a020000)]
- 0x000000001fc14000 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=9604, stack(0x0000000019de0000,0x0000000019ee0000)]
- 0x000000001fc11800 JavaThread "DestroyJavaVM" [_thread_blocked, id=8208, stack(0x00000000023f0000,0x00000000024f0000)]
- 0x000000002180c800 JavaThread "Minecraft main thread" [_thread_blocked, id=9200, stack(0x000000001d5b0000,0x000000001d6b0000)]
- 0x000000002083c000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=9820, stack(0x000000001d3c0000,0x000000001d4c0000)]
- 0x0000000022510800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=9028, stack(0x000000001f390000,0x000000001f490000)]
- 0x0000000016dda000 JavaThread "Thread-4" daemon [_thread_blocked, id=2036, stack(0x000000001ba30000,0x000000001bb30000)]
- 0x0000000016cee800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=4324, stack(0x000000001b500000,0x000000001b600000)]
- 0x0000000016c80000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=9172, stack(0x000000001a400000,0x000000001a500000)]
- 0x0000000016bc6000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5656, stack(0x0000000017660000,0x0000000017760000)]
- 0x0000000016bc5800 JavaThread "AWT-Shutdown" [_thread_blocked, id=9176, stack(0x0000000017540000,0x0000000017640000)]
- 0x0000000016bc5000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10168, stack(0x00000000173e0000,0x00000000174e0000)]
- 0x0000000015b91000 JavaThread "Service Thread" daemon [_thread_blocked, id=4964, stack(0x0000000016540000,0x0000000016640000)]
- 0x0000000015b86000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=10088, stack(0x0000000015f10000,0x0000000016010000)]
- 0x0000000015b74800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=632, stack(0x00000000162f0000,0x00000000163f0000)]
- 0x0000000015b72800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1996, stack(0x00000000161d0000,0x00000000162d0000)]
- 0x0000000015b72000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3340, stack(0x0000000015710000,0x0000000015810000)]
- 0x0000000015b71000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=4956, stack(0x00000000160b0000,0x00000000161b0000)]
- 0x0000000015528800 JavaThread "Finalizer" daemon [_thread_blocked, id=9888, stack(0x0000000015a00000,0x0000000015b00000)]
- 0x0000000015521800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2348, stack(0x0000000015810000,0x0000000015910000)]
- Other Threads:
- 0x0000000015513800 VMThread [stack: 0x0000000015600000,0x0000000015700000] [id=3416]
- 0x0000000015ba2800 WatcherThread [stack: 0x00000000166f0000,0x00000000167f0000] [id=6616]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- par new generation total 306688K, used 69497K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 14% used [0x0000000578000000, 0x000000057a559ce8, 0x0000000588a40000)
- from space 34048K, 91% used [0x0000000588a40000, 0x000000058a8c47f8, 0x000000058ab80000)
- to space 34048K, 0% used [0x000000058ab80000, 0x000000058ab80000, 0x000000058ccc0000)
- concurrent mark-sweep generation total 1387400K, used 451099K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102977K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Card table byte_map: [0x0000000005b70000,0x0000000006fc0000] byte_map_base: 0x0000000002fb0000
- Polling page: 0x0000000000130000
- Code Cache [0x00000000024f0000, 0x0000000003020000, 0x00000000054f0000)
- total_blobs=4648 nmethods=3474 adapters=1122 free_code_cache=37886Kb largest_free_block=38634560
- Compilation events (10 events):
- Event: 245.437 Thread 0x0000000015b74800 3835 net.minecraft.item.Item::func_77636_d (5 bytes)
- Event: 245.440 Thread 0x0000000015b74800 nmethod 3835 0x000000000300a6d0 code [0x000000000300a820, 0x000000000300aad8]
- Event: 246.114 Thread 0x0000000015b86000 3837 portalgun.client.core.TickHandlerClient::tickStart (45 bytes)
- Event: 246.116 Thread 0x0000000015b86000 nmethod 3837 0x0000000002ffbf10 code [0x0000000002ffc080, 0x0000000002ffc2b8]
- Event: 246.127 Thread 0x0000000015b74800 3838 portalgun.client.core.TickHandlerClient::tickEnd (118 bytes)
- Event: 246.135 Thread 0x0000000015b74800 nmethod 3838 0x0000000002ed31d0 code [0x0000000002ed33c0, 0x0000000002ed3b50]
- Event: 246.430 Thread 0x0000000015b86000 3839 net.minecraft.entity.DataWatcher::func_75686_a (274 bytes)
- Event: 246.462 Thread 0x0000000015b86000 nmethod 3839 0x0000000003013cd0 code [0x0000000003014080, 0x0000000003015c40]
- Event: 246.483 Thread 0x0000000015b74800 3840 net.minecraft.entity.DataWatcher::func_75687_a (93 bytes)
- Event: 246.497 Thread 0x0000000015b74800 nmethod 3840 0x0000000002ed1a10 code [0x0000000002ed1c00, 0x0000000002ed24c0]
- GC Heap History (10 events):
- Event: 220.218 GC heap before
- {Heap before GC invocations=353 (full 44):
- par new generation total 306688K, used 306681K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 99% used [0x0000000578000000, 0x0000000588a3e530, 0x0000000588a40000)
- from space 34048K, 100% used [0x000000058ab80000, 0x000000058ccc0000, 0x000000058ccc0000)
- to space 34048K, 0% used [0x0000000588a40000, 0x0000000588a40000, 0x000000058ab80000)
- concurrent mark-sweep generation total 1387400K, used 415427K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102882K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 220.231 GC heap after
- Heap after GC invocations=354 (full 44):
- par new generation total 306688K, used 34048K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 0% used [0x0000000578000000, 0x0000000578000000, 0x0000000588a40000)
- from space 34048K, 100% used [0x0000000588a40000, 0x000000058ab80000, 0x000000058ab80000)
- to space 34048K, 0% used [0x000000058ab80000, 0x000000058ab80000, 0x000000058ccc0000)
- concurrent mark-sweep generation total 1387400K, used 428429K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102882K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 228.636 GC heap before
- {Heap before GC invocations=354 (full 44):
- par new generation total 306688K, used 306688K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 100% used [0x0000000578000000, 0x0000000588a40000, 0x0000000588a40000)
- from space 34048K, 100% used [0x0000000588a40000, 0x000000058ab80000, 0x000000058ab80000)
- to space 34048K, 0% used [0x000000058ab80000, 0x000000058ab80000, 0x000000058ccc0000)
- concurrent mark-sweep generation total 1387400K, used 428429K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102896K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 228.647 GC heap after
- Heap after GC invocations=355 (full 44):
- par new generation total 306688K, used 26026K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 0% used [0x0000000578000000, 0x0000000578000000, 0x0000000588a40000)
- from space 34048K, 76% used [0x000000058ab80000, 0x000000058c4eab78, 0x000000058ccc0000)
- to space 34048K, 0% used [0x0000000588a40000, 0x0000000588a40000, 0x000000058ab80000)
- concurrent mark-sweep generation total 1387400K, used 442280K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102896K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 234.400 GC heap before
- {Heap before GC invocations=355 (full 44):
- par new generation total 306688K, used 298666K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 100% used [0x0000000578000000, 0x0000000588a40000, 0x0000000588a40000)
- from space 34048K, 76% used [0x000000058ab80000, 0x000000058c4eab78, 0x000000058ccc0000)
- to space 34048K, 0% used [0x0000000588a40000, 0x0000000588a40000, 0x000000058ab80000)
- concurrent mark-sweep generation total 1387400K, used 442280K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102914K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 234.409 GC heap after
- Heap after GC invocations=356 (full 44):
- par new generation total 306688K, used 32662K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 0% used [0x0000000578000000, 0x0000000578000000, 0x0000000588a40000)
- from space 34048K, 95% used [0x0000000588a40000, 0x000000058aa25860, 0x000000058ab80000)
- to space 34048K, 0% used [0x000000058ab80000, 0x000000058ab80000, 0x000000058ccc0000)
- concurrent mark-sweep generation total 1387400K, used 442280K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102914K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 240.584 GC heap before
- {Heap before GC invocations=356 (full 44):
- par new generation total 306688K, used 304617K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 99% used [0x0000000578000000, 0x0000000588994cb0, 0x0000000588a40000)
- from space 34048K, 95% used [0x0000000588a40000, 0x000000058aa25860, 0x000000058ab80000)
- to space 34048K, 0% used [0x000000058ab80000, 0x000000058ab80000, 0x000000058ccc0000)
- concurrent mark-sweep generation total 1387400K, used 442280K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102958K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 240.595 GC heap after
- Heap after GC invocations=357 (full 44):
- par new generation total 306688K, used 27014K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 0% used [0x0000000578000000, 0x0000000578000000, 0x0000000588a40000)
- from space 34048K, 79% used [0x000000058ab80000, 0x000000058c5e1b68, 0x000000058ccc0000)
- to space 34048K, 0% used [0x0000000588a40000, 0x0000000588a40000, 0x000000058ab80000)
- concurrent mark-sweep generation total 1387400K, used 451099K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102958K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 246.034 GC heap before
- {Heap before GC invocations=357 (full 44):
- par new generation total 306688K, used 299654K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 100% used [0x0000000578000000, 0x0000000588a40000, 0x0000000588a40000)
- from space 34048K, 79% used [0x000000058ab80000, 0x000000058c5e1b68, 0x000000058ccc0000)
- to space 34048K, 0% used [0x0000000588a40000, 0x0000000588a40000, 0x000000058ab80000)
- concurrent mark-sweep generation total 1387400K, used 451099K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102976K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 246.042 GC heap after
- Heap after GC invocations=358 (full 44):
- par new generation total 306688K, used 31249K [0x0000000578000000, 0x000000058ccc0000, 0x000000058ccc0000)
- eden space 272640K, 0% used [0x0000000578000000, 0x0000000578000000, 0x0000000588a40000)
- from space 34048K, 91% used [0x0000000588a40000, 0x000000058a8c47f8, 0x000000058ab80000)
- to space 34048K, 0% used [0x000000058ab80000, 0x000000058ab80000, 0x000000058ccc0000)
- concurrent mark-sweep generation total 1387400K, used 451099K [0x000000058ccc0000, 0x00000005e17a2000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 102976K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Deoptimization events (10 events):
- Event: 231.229 Thread 0x000000001fc15800 Uncommon trap -122 fr.pc 0x0000000002f26c94
- Event: 232.869 Thread 0x000000002180c800 Uncommon trap -58 fr.pc 0x0000000002f68344
- Event: 232.919 Thread 0x000000002180c800 Uncommon trap -58 fr.pc 0x0000000002f68344
- Event: 234.394 Thread 0x000000002180c800 Uncommon trap -12 fr.pc 0x0000000002e6ec88
- Event: 234.414 Thread 0x000000002180c800 Uncommon trap 1481 fr.pc 0x0000000002a2c84c
- Event: 234.414 Thread 0x000000002180c800 Uncommon trap -83 fr.pc 0x0000000002ce3e94
- Event: 234.435 Thread 0x000000002180c800 Uncommon trap -83 fr.pc 0x0000000002e96ff0
- Event: 234.625 Thread 0x000000002180c800 Uncommon trap -83 fr.pc 0x0000000002e45278
- Event: 243.924 Thread 0x000000002180c800 Uncommon trap -34 fr.pc 0x0000000002f31868
- Event: 243.936 Thread 0x000000002180c800 Uncommon trap -34 fr.pc 0x0000000002f31868
- Internal exceptions (10 events):
- Event: 246.526 Thread 0x000000001fc17000 Threw 0x0000000579eef470 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 246.526 Thread 0x000000001fc17000 Threw 0x0000000579eef630 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 246.526 Thread 0x000000001fc15800 Threw 0x0000000579e2e2e0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\runtime\objectMonitor.cpp:1422
- Event: 246.536 Thread 0x000000001fc15800 Threw 0x0000000579e2e400 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\runtime\objectMonitor.cpp:1422
- Event: 246.541 Thread 0x000000001fc17000 Threw 0x0000000579eef7a0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 246.546 Thread 0x000000001fc15800 Threw 0x0000000579e2e520 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\runtime\objectMonitor.cpp:1422
- Event: 246.556 Thread 0x000000001fc15800 Threw 0x0000000579e2e640 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\runtime\objectMonitor.cpp:1422
- Event: 246.566 Thread 0x000000001fc15800 Threw 0x0000000579e2e760 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\runtime\objectMonitor.cpp:1422
- Event: 246.571 Thread 0x000000001fc17000 Threw 0x0000000579eef960 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 246.571 Thread 0x00000000549a8800 Threw 0x00000005795b16b0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Events (10 events):
- Event: 243.774 Thread 0x00000000549aa000 Thread added: 0x00000000549aa000
- Event: 243.777 Executing VM operation: RevokeBias
- Event: 243.777 Executing VM operation: RevokeBias done
- Event: 243.777 Thread 0x00000000549aa000 Thread exited: 0x00000000549aa000
- Event: 243.924 Thread 0x000000002180c800 DEOPT PACKING pc=0x0000000002f31868 sp=0x000000001d6af040
- Event: 243.924 Thread 0x000000002180c800 DEOPT UNPACKING pc=0x0000000002529164 sp=0x000000001d6aefa8 mode 2
- Event: 243.936 Thread 0x000000002180c800 DEOPT PACKING pc=0x0000000002f31868 sp=0x000000001d6af040
- Event: 243.936 Thread 0x000000002180c800 DEOPT UNPACKING pc=0x0000000002529164 sp=0x000000001d6aefa8 mode 2
- Event: 246.034 Executing VM operation: GenCollectForAllocation
- Event: 246.042 Executing VM operation: GenCollectForAllocation done
- Dynamic libraries:
- 0x000000013fe80000 - 0x000000013feb3000 C:\Program Files\Java\jre7\bin\javaw.exe
- 0x0000000077240000 - 0x00000000773e9000 C:\Windows\SYSTEM32\ntdll.dll
- 0x0000000077120000 - 0x000000007723f000 C:\Windows\system32\kernel32.dll
- 0x000007fefd0e0000 - 0x000007fefd14b000 C:\Windows\system32\KERNELBASE.dll
- 0x000007feff3e0000 - 0x000007feff4bb000 C:\Windows\system32\ADVAPI32.dll
- 0x000007feff340000 - 0x000007feff3df000 C:\Windows\system32\msvcrt.dll
- 0x000007fefda90000 - 0x000007fefdaaf000 C:\Windows\SYSTEM32\sechost.dll
- 0x000007fefd960000 - 0x000007fefda8d000 C:\Windows\system32\RPCRT4.dll
- 0x0000000077020000 - 0x000000007711a000 C:\Windows\system32\USER32.dll
- 0x000007fefd8a0000 - 0x000007fefd907000 C:\Windows\system32\GDI32.dll
- 0x000007fefe1e0000 - 0x000007fefe1ee000 C:\Windows\system32\LPK.dll
- 0x000007fefdf00000 - 0x000007fefdfc9000 C:\Windows\system32\USP10.dll
- 0x000007fefb990000 - 0x000007fefbb84000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
- 0x000007fefdcf0000 - 0x000007fefdd61000 C:\Windows\system32\SHLWAPI.dll
- 0x000007fefdd70000 - 0x000007fefdd9e000 C:\Windows\system32\IMM32.DLL
- 0x000007fefe210000 - 0x000007fefe319000 C:\Windows\system32\MSCTF.dll
- 0x0000000066490000 - 0x0000000066561000 C:\Program Files\Java\jre7\bin\msvcr100.dll
- 0x000000005e370000 - 0x000000005ea7f000 C:\Program Files\Java\jre7\bin\server\jvm.dll
- 0x000007fef5ae0000 - 0x000007fef5ae9000 C:\Windows\system32\WSOCK32.dll
- 0x000007fefd910000 - 0x000007fefd95d000 C:\Windows\system32\WS2_32.dll
- 0x000007feff4c0000 - 0x000007feff4c8000 C:\Windows\system32\NSI.dll
- 0x000007fef7dd0000 - 0x000007fef7e0b000 C:\Windows\system32\WINMM.dll
- 0x0000000077410000 - 0x0000000077417000 C:\Windows\system32\PSAPI.DLL
- 0x0000000072af0000 - 0x0000000072aff000 C:\Program Files\Java\jre7\bin\verify.dll
- 0x0000000072ac0000 - 0x0000000072ae8000 C:\Program Files\Java\jre7\bin\java.dll
- 0x0000000072aa0000 - 0x0000000072ab5000 C:\Program Files\Java\jre7\bin\zip.dll
- 0x0000000072a80000 - 0x0000000072a99000 C:\Program Files\Java\jre7\bin\net.dll
- 0x000007fefc890000 - 0x000007fefc8e5000 C:\Windows\system32\mswsock.dll
- 0x000007fefc880000 - 0x000007fefc887000 C:\Windows\System32\wship6.dll
- 0x0000000072a60000 - 0x0000000072a71000 C:\Program Files\Java\jre7\bin\nio.dll
- 0x00000000662f0000 - 0x0000000066485000 C:\Program Files\Java\jre7\bin\awt.dll
- 0x000007fefd450000 - 0x000007fefd527000 C:\Windows\system32\OLEAUT32.dll
- 0x000007fefdfd0000 - 0x000007fefe1d3000 C:\Windows\system32\ole32.dll
- 0x000007fefb310000 - 0x000007fefb328000 C:\Windows\system32\DWMAPI.DLL
- 0x000007fefb7b0000 - 0x000007fefb806000 C:\Windows\system32\uxtheme.dll
- 0x000007fef7920000 - 0x000007fef799f000 C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll
- 0x000007fefc130000 - 0x000007fefc13c000 C:\Windows\system32\version.dll
- 0x000007fefcf50000 - 0x000007fefcf5f000 C:\Windows\system32\CRYPTBASE.dll
- 0x000007fef9300000 - 0x000007fef94ff000 C:\Windows\system32\d3d9.dll
- 0x000007fef92f0000 - 0x000007fef92f7000 C:\Windows\system32\d3d8thk.dll
- 0x000007fef7c70000 - 0x000007fef7d8e000 C:\Windows\system32\aticfx64.dll
- 0x000007fee46c0000 - 0x000007fee46df000 C:\Windows\system32\atiu9p64.dll
- 0x000007fee4020000 - 0x000007fee46b8000 C:\Windows\system32\atiumd64.dll
- 0x00000000616e0000 - 0x0000000061bca000 C:\Windows\system32\atiumd6a.dll
- 0x000007fefe320000 - 0x000007feff0a8000 C:\Windows\system32\SHELL32.dll
- 0x0000000071480000 - 0x00000000714bf000 C:\Program Files\Java\jre7\bin\fontmanager.dll
- 0x000007fefd530000 - 0x000007fefd5c9000 C:\Windows\system32\CLBCatQ.DLL
- 0x000007fef9cc0000 - 0x000007fef9d14000 C:\Windows\system32\oleacc.dll
- 0x0000000071550000 - 0x0000000071591000 C:\Program Files\Java\jre7\bin\t2k.dll
- 0x0000000071aa0000 - 0x0000000071aca000 C:\Program Files\Java\jre7\bin\dcpr.dll
- 0x0000000180000000 - 0x0000000180048000 G:\spill\feed the beast\Unleashed\minecraft\bin\natives\lwjgl64.dll
- 0x000007fef3bb0000 - 0x000007fef3ccd000 C:\Windows\system32\OPENGL32.dll
- 0x000007fef3e20000 - 0x000007fef3e4d000 C:\Windows\system32\GLU32.dll
- 0x000007fef3ab0000 - 0x000007fef3ba1000 C:\Windows\system32\DDRAW.dll
- 0x000007fef3e10000 - 0x000007fef3e18000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefdab0000 - 0x000007fefdc87000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefd1b0000 - 0x000007fefd1e6000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefd430000 - 0x000007fefd44a000 C:\Windows\system32\DEVOBJ.dll
- 0x000007fefc8f0000 - 0x000007fefc907000 C:\Windows\system32\CRYPTSP.dll
- 0x000007fefc5f0000 - 0x000007fefc637000 C:\Windows\system32\rsaenh.dll
- 0x000007fefc310000 - 0x000007fefc32e000 C:\Windows\system32\USERENV.dll
- 0x000007fefd020000 - 0x000007fefd02f000 C:\Windows\system32\profapi.dll
- 0x000007fef99d0000 - 0x000007fef99e5000 C:\Windows\system32\NLAapi.dll
- 0x000007feef920000 - 0x000007feef935000 C:\Windows\system32\napinsp.dll
- 0x000007feee870000 - 0x000007feee889000 C:\Windows\system32\pnrpnsp.dll
- 0x000007fefc710000 - 0x000007fefc76b000 C:\Windows\system32\DNSAPI.dll
- 0x000007feee860000 - 0x000007feee86b000 C:\Windows\System32\winrnr.dll
- 0x000007fef8b20000 - 0x000007fef8b4f000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
- 0x000007fefc200000 - 0x000007fefc207000 C:\Windows\System32\wshtcpip.dll
- 0x000007fef95e0000 - 0x000007fef9607000 C:\Windows\system32\IPHLPAPI.DLL
- 0x000007fef95d0000 - 0x000007fef95db000 C:\Windows\system32\WINNSI.DLL
- 0x000007fef8b10000 - 0x000007fef8b18000 C:\Windows\system32\rasadhlp.dll
- 0x000007fef9160000 - 0x000007fef91b3000 C:\Windows\System32\fwpuclnt.dll
- 0x000000006c950000 - 0x000000006c957000 C:\Program Files\Java\jre7\bin\jawt.dll
- 0x000007fef3a10000 - 0x000007fef3a19000 C:\Windows\system32\atig6pxx.dll
- 0x000000006fc80000 - 0x0000000071363000 C:\Windows\system32\atio6axx.dll
- 0x000007fef9510000 - 0x000007fef95b6000 C:\Windows\system32\atiadlxx.dll
- 0x000007fefbf90000 - 0x000007fefbfa1000 C:\Windows\system32\WTSAPI32.dll
- 0x000007fefd170000 - 0x000007fefd1aa000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefd2c0000 - 0x000007fefd42c000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefd0c0000 - 0x000007fefd0cf000 C:\Windows\system32\MSASN1.dll
- 0x000007fef0ab0000 - 0x000007fef0abe000 C:\Windows\system32\atig6txx.dll
- 0x0000000072b00000 - 0x0000000072b0b000 C:\Program Files\Java\jre7\bin\management.dll
- 0x0000000071a00000 - 0x0000000071a24000 C:\Program Files\Java\jre7\bin\sunec.dll
- 0x0000000071530000 - 0x000000007153b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
- 0x000007feed6c0000 - 0x000007feed7e2000 G:\spill\feed the beast\Unleashed\minecraft\bin\natives\OpenAL64.dll
- 0x000007fef5830000 - 0x000007fef58b8000 C:\Windows\system32\dsound.dll
- 0x000007fefb330000 - 0x000007fefb35c000 C:\Windows\system32\POWRPROF.dll
- 0x000007fefb360000 - 0x000007fefb3ab000 C:\Windows\System32\MMDevApi.dll
- 0x000007fefb810000 - 0x000007fefb93c000 C:\Windows\System32\PROPSYS.dll
- 0x000007fef2f80000 - 0x000007fef2fbb000 C:\Windows\system32\wdmaud.drv
- 0x0000000071a80000 - 0x0000000071a86000 C:\Windows\system32\ksuser.dll
- 0x000007fefafe0000 - 0x000007fefafe9000 C:\Windows\system32\AVRT.dll
- 0x000007fef3d50000 - 0x000007fef3d9f000 C:\Windows\system32\AUDIOSES.DLL
- 0x000007fef1e50000 - 0x000007fef1e5a000 C:\Windows\system32\msacm32.drv
- 0x000007fef1e30000 - 0x000007fef1e48000 C:\Windows\system32\MSACM32.dll
- 0x000007fef1e20000 - 0x000007fef1e29000 C:\Windows\system32\midimap.dll
- 0x000000006c210000 - 0x000000006c240000 C:\Program Files\Java\jre7\bin\jpeg.dll
- 0x000000006ba80000 - 0x000000006bab9000 C:\Program Files\Java\jre7\bin\kcms.dll
- 0x0000000015540000 - 0x000000001557b000 C:\Users\ProjectB13TiTaN\Desktop\jacob-1.17-M2-x64.dll
- 0x000007fee29b0000 - 0x000007fee2b14000 C:\Windows\System32\Speech\Common\sapi.dll
- 0x000007feea0d0000 - 0x000007feea0dd000 C:\Windows\system32\msdmo.dll
- 0x000007fefcf60000 - 0x000007fefcff1000 C:\Windows\system32\SXS.DLL
- 0x000007fef90a0000 - 0x000007fef90b8000 C:\Windows\system32\dhcpcsvc.DLL
- 0x000007fef90c0000 - 0x000007fef90d1000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x000000006b9d0000 - 0x000000006ba72000 C:\Program Files\Java\jre7\bin\mlib_image.dll
- 0x000007fef79a0000 - 0x000007fef7ac5000 C:\Windows\system32\dbghelp.dll
- VM Arguments:
- jvm_args: -Xms256M -Xmx10240M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:PermSize=128m
- java_command: net.ftb.mclauncher.MinecraftLauncher G:\spill\feed the beast/Unleashed/minecraft C:\Users\ProjectB13TiTaN\AppData\Roaming/ftblauncher/ModPacks\Unleashed\FTB_temp.gif MinecraftForge.zip aLmAnZo -4414478846144724860 FTB Unleashed v1.1.2 C:\Users\ProjectB13TiTaN\AppData\Roaming/ftblauncher/ModPacks\Unleashed\UnleashedIcon.png
- Launcher Type: SUN_STANDARD
- Environment Variables:
- CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
- PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;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)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\Java\jre7\bin
- USERNAME=ProjectB13TiTaN
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 26 Stepping 4, GenuineIntel
- --------------- S Y S T E M ---------------
- OS: Windows 7 , 64 bit Build 7601 Service Pack 1
- CPU:total 4 (4 cores per cpu, 2 threads per core) family 6 model 26 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit, tscinv
- Memory: 4k page, physical 24639984k(15638624k free), swap 49278108k(37077592k free)
- vm_info: Java HotSpot(TM) 64-Bit Server VM (23.25-b01) for windows-amd64 JRE (1.7.0_25-b17), built on Jun 21 2013 12:58:32 by "java_re" with unknown MS VC++:1600
- time: Tue Aug 20 13:11:22 2013
- elapsed time: 246 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement