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=0x000007fee3b26220, pid=5772, tid=3192
- #
- # JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode windows-amd64 compressed oops)
- # Problematic frame:
- # C [OpenAL64.dll+0x6220]
- #
- # 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 (0x000000001aebe800): JavaThread "Thread-20" [_thread_in_native, id=3192, stack(0x0000000017c40000,0x0000000017d40000)]
- siginfo: ExceptionCode=0xc0000005, writing address 0xffffffffd6d1c3f0
- Registers:
- RAX=0x000000000dbb5410, RBX=0xffffffffd6d1c3d0, RCX=0x000000000dbb0000, RDX=0x0000000000000088
- RSP=0x0000000017d3ed40, RBP=0x000000000dbbeb40, RSI=0x00000000ffffffff, RDI=0x0000000000000005
- R8 =0x000000000dbb5400, R9 =0x000000000dbb5410, R10=0x0000000002623064, R11=0x000000000dbbeb40
- R12=0x000000000dbb6fe0, R13=0x00000007fc665280, R14=0x0000000017d3ee20, R15=0x000000001aebe800
- RIP=0x000007fee3b26220, EFLAGS=0x0000000000010246
- Top of Stack: (sp=0x0000000017d3ed40)
- 0x0000000017d3ed40: ffffffffd6d1c3d0 00000000ffffffff
- 0x0000000017d3ed50: 00000007fc645e68 0000000017d3edb8
- 0x0000000017d3ed60: 0000000000000000 0000000002623090
- 0x0000000017d3ed70: 00000007fc665280 0000000017d3edf0
- 0x0000000017d3ed80: 0000000000000013 0000000000000005
- 0x0000000017d3ed90: 00000000d6d1c3d0 0000000000000000
- 0x0000000017d3eda0: 0000000722a19508 00000006f921f5b8
- 0x0000000017d3edb0: 0000000017d3edb0 0000000000000000
- 0x0000000017d3edc0: 0000000017d3ee20 00000007fc667cf8
- 0x0000000017d3edd0: 0000000000000000 00000007fc665280
- 0x0000000017d3ede0: 0000000000000000 0000000017d3ee10
- 0x0000000017d3edf0: 0000000017d3ee68 00000000026160f8
- 0x0000000017d3ee00: 00000007172abd48 000000000261f0d8
- 0x0000000017d3ee10: 00000000d6d1c3d0 0000000000001009
- 0x0000000017d3ee20: 000000000dbbeb40 0000000017d3ee28
- 0x0000000017d3ee30: 00000007fc64e1ff 0000000017d3ee80
- Instructions: (pc=0x000007fee3b26220)
- 0x000007fee3b26200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40
- 0x000007fee3b26210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00
- 0x000007fee3b26220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89
- 0x000007fee3b26230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00
- Register to memory mapping:
- RAX=0x000000000dbb5410 is an unknown value
- RBX=0xffffffffd6d1c3d0 is an unknown value
- RCX=0x000000000dbb0000 is an unknown value
- RDX=0x0000000000000088 is an unknown value
- RSP=0x0000000017d3ed40 is pointing into the stack for thread: 0x000000001aebe800
- RBP=0x000000000dbbeb40 is an unknown value
- RSI=0x00000000ffffffff is an unknown value
- RDI=0x0000000000000005 is an unknown value
- R8 =0x000000000dbb5400 is an unknown value
- R9 =0x000000000dbb5410 is an unknown value
- R10=0x0000000002623064 is at code_begin+644 in an Interpreter codelet
- method entry point (kind = native) [0x0000000002622de0, 0x0000000002623680] 2208 bytes
- R11=0x000000000dbbeb40 is an unknown value
- R12=0x000000000dbb6fe0 is an unknown value
- R13=0x00000007fc665280 is an oop
- {method}
- - klass: {other class}
- R14=0x0000000017d3ee20 is pointing into the stack for thread: 0x000000001aebe800
- R15=0x000000001aebe800 is a thread
- Stack: [0x0000000017c40000,0x0000000017d40000], sp=0x0000000017d3ed40, free space=1019k
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- C [OpenAL64.dll+0x6220]
- 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
- v ~StubRoutines::call_stub
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x00000000f57a9000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=1596, stack(0x000000005b7d0000,0x000000005b8d0000)]
- 0x000000001aec6000 JavaThread "File IO Thread" [_thread_blocked, id=6028, stack(0x000000006ec70000,0x000000006ed70000)]
- 0x000000001aec7800 JavaThread "Thread-47" [_thread_blocked, id=6444, stack(0x00000000671c0000,0x00000000672c0000)]
- 0x000000001aebd000 JavaThread "Thread-46" [_thread_blocked, id=1960, stack(0x00000000685e0000,0x00000000686e0000)]
- 0x00000000f57a6000 JavaThread "Thread-41" [_thread_blocked, id=5648, stack(0x0000000067650000,0x0000000067750000)]
- 0x000000001aec5800 JavaThread "Server thread" [_thread_blocked, id=6088, stack(0x00000000221f0000,0x00000000222f0000)]
- 0x000000001aec7000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5992, stack(0x0000000067540000,0x0000000067640000)]
- 0x000000001aec4800 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=6128, stack(0x0000000066960000,0x0000000066a60000)]
- 0x000000001aec4000 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=1040, stack(0x0000000066080000,0x0000000066180000)]
- 0x000000001aec1800 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=1588, stack(0x0000000065e50000,0x0000000065f50000)]
- 0x000000001aec0000 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=6908, stack(0x0000000065ce0000,0x0000000065de0000)]
- 0x000000001aec0800 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=3532, stack(0x0000000065b00000,0x0000000065c00000)]
- 0x000000001aebd800 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=5372, stack(0x00000000659b0000,0x0000000065ab0000)]
- 0x000000001aec3000 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=3676, stack(0x0000000063d90000,0x0000000063e90000)]
- 0x000000001aec2000 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=4760, stack(0x0000000063c70000,0x0000000063d70000)]
- 0x000000001aebf000 JavaThread "Thread-21" [_thread_blocked, id=1956, stack(0x0000000020eb0000,0x0000000020fb0000)]
- =>0x000000001aebe800 JavaThread "Thread-20" [_thread_in_native, id=3192, stack(0x0000000017c40000,0x0000000017d40000)]
- 0x000000001aebb800 JavaThread "TC Aura Update Thread" [_thread_blocked, id=3952, stack(0x0000000020c10000,0x0000000020d10000)]
- 0x000000001aeba800 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=5100, stack(0x000000001c160000,0x000000001c260000)]
- 0x000000001aebc000 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=5864, stack(0x0000000018360000,0x0000000018460000)]
- 0x000000001aeba000 JavaThread "DestroyJavaVM" [_thread_blocked, id=4856, stack(0x0000000002510000,0x0000000002610000)]
- 0x000000001aeb9000 JavaThread "Minecraft main thread" [_thread_blocked, id=2584, stack(0x0000000017d40000,0x0000000017e40000)]
- 0x000000001aeb8800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=1360, stack(0x0000000017610000,0x0000000017710000)]
- 0x000000001b473000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6556, stack(0x0000000019950000,0x0000000019a50000)]
- 0x000000000f832800 JavaThread "Thread-4" daemon [_thread_blocked, id=4828, stack(0x0000000015c10000,0x0000000015d10000)]
- 0x000000000e1ad000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=6768, stack(0x00000000155c0000,0x00000000156c0000)]
- 0x000000000f564000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=6956, stack(0x0000000014590000,0x0000000014690000)]
- 0x000000000e097800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5544, stack(0x00000000100d0000,0x00000000101d0000)]
- 0x000000000f53a000 JavaThread "AWT-Shutdown" [_thread_blocked, id=6220, stack(0x000000000ff90000,0x0000000010090000)]
- 0x000000000f539800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6656, stack(0x000000000fd70000,0x000000000fe70000)]
- 0x000000000dfd4000 JavaThread "Service Thread" daemon [_thread_blocked, id=4008, stack(0x000000000ef30000,0x000000000f030000)]
- 0x000000000dfbc000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5228, stack(0x000000000ea00000,0x000000000eb00000)]
- 0x000000000dfb7800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=1308, stack(0x000000000ecf0000,0x000000000edf0000)]
- 0x000000000dfb6000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3600, stack(0x000000000eb50000,0x000000000ec50000)]
- 0x000000000dfb5000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6620, stack(0x000000000e8f0000,0x000000000e9f0000)]
- 0x000000000dfb4000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=5784, stack(0x000000000e790000,0x000000000e890000)]
- 0x000000000df0d800 JavaThread "Finalizer" daemon [_thread_blocked, id=2292, stack(0x000000000da80000,0x000000000db80000)]
- 0x000000000df0c000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4640, stack(0x000000000e5a0000,0x000000000e6a0000)]
- Other Threads:
- 0x000000000df0a800 VMThread [stack: 0x000000000e3c0000,0x000000000e4c0000] [id=6360]
- 0x000000000dfd7000 WatcherThread [stack: 0x000000000f100000,0x000000000f200000] [id=5996]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- par new generation total 306688K, used 51334K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 6% used [0x00000006f8000000, 0x00000006f9273078, 0x0000000708a40000)
- from space 34048K, 95% used [0x000000070ab80000, 0x000000070cb2e928, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1691984K, used 1329064K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106031K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Card table byte_map: [0x0000000005c20000,0x0000000006470000] byte_map_base: 0x0000000002460000
- Polling page: 0x0000000000340000
- Code Cache [0x0000000002610000, 0x0000000003a60000, 0x0000000005610000)
- total_blobs=7009 nmethods=5795 adapters=1161 free_code_cache=28634Kb largest_free_block=29069120
- Compilation events (10 events):
- Event: 2812.395 Thread 0x000000000dfbc000 6696 % net.minecraft.pathfinding.PathNavigate::func_75483_a @ 60 (197 bytes)
- Event: 2812.399 Thread 0x000000000dfbc000 nmethod 6696% 0x0000000003a3d250 code [0x0000000003a3d3e0, 0x0000000003a3d708]
- Event: 2812.444 Thread 0x000000000dfb7800 6697 net.minecraft.pathfinding.PathNavigate::func_75483_a (197 bytes)
- Event: 2812.449 Thread 0x000000000dfb7800 nmethod 6697 0x000000000386ead0 code [0x000000000386ec80, 0x000000000386f1f8]
- Event: 2823.347 Thread 0x000000000dfbc000 6698 net.minecraft.world.gen.feature.WorldGenDungeons::func_76484_a (860 bytes)
- Event: 2823.353 Thread 0x000000000dfb7800 6699 net.minecraft.world.chunk.Chunk::func_76615_h (506 bytes)
- Event: 2823.384 Thread 0x000000000dfbc000 nmethod 6698 0x0000000003a48310 code [0x0000000003a487a0, 0x0000000003a4a4a8]
- Event: 2823.386 Thread 0x000000000dfbc000 6700 net.minecraft.world.World::func_72909_d (52 bytes)
- Event: 2823.390 Thread 0x000000000dfbc000 nmethod 6700 0x000000000386f990 code [0x000000000386fb20, 0x000000000386ff08]
- Event: 2823.405 Thread 0x000000000dfb7800 nmethod 6699 0x0000000003a50810 code [0x0000000003a50b60, 0x0000000003a532e8]
- GC Heap History (10 events):
- Event: 2771.994 GC heap before
- {Heap before GC invocations=520 (full 52):
- par new generation total 306688K, used 304604K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 99% used [0x00000006f8000000, 0x0000000708a35cd8, 0x0000000708a40000)
- from space 34048K, 94% used [0x0000000708a40000, 0x000000070a981578, 0x000000070ab80000)
- to space 34048K, 0% used [0x000000070ab80000, 0x000000070ab80000, 0x000000070ccc0000)
- concurrent mark-sweep generation total 1691984K, used 1295853K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106014K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 2772.009 GC heap after
- Heap after GC invocations=521 (full 52):
- par new generation total 306688K, used 32748K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 0% used [0x00000006f8000000, 0x00000006f8000000, 0x0000000708a40000)
- from space 34048K, 96% used [0x000000070ab80000, 0x000000070cb7b100, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1691984K, used 1296035K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106014K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 2780.281 GC heap before
- {Heap before GC invocations=521 (full 52):
- par new generation total 306688K, used 305388K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 100% used [0x00000006f8000000, 0x0000000708a40000, 0x0000000708a40000)
- from space 34048K, 96% used [0x000000070ab80000, 0x000000070cb7b100, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1691984K, used 1296035K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106016K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 2780.296 GC heap after
- Heap after GC invocations=522 (full 52):
- par new generation total 306688K, used 30446K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 0% used [0x00000006f8000000, 0x00000006f8000000, 0x0000000708a40000)
- from space 34048K, 89% used [0x0000000708a40000, 0x000000070a7fbac0, 0x000000070ab80000)
- to space 34048K, 0% used [0x000000070ab80000, 0x000000070ab80000, 0x000000070ccc0000)
- concurrent mark-sweep generation total 1691984K, used 1296173K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106016K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 2794.165 GC heap before
- {Heap before GC invocations=522 (full 52):
- par new generation total 306688K, used 303086K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 100% used [0x00000006f8000000, 0x0000000708a40000, 0x0000000708a40000)
- from space 34048K, 89% used [0x0000000708a40000, 0x000000070a7fbac0, 0x000000070ab80000)
- to space 34048K, 0% used [0x000000070ab80000, 0x000000070ab80000, 0x000000070ccc0000)
- concurrent mark-sweep generation total 1691984K, used 1296173K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106016K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 2794.185 GC heap after
- Heap after GC invocations=523 (full 52):
- par new generation total 306688K, used 30286K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 0% used [0x00000006f8000000, 0x00000006f8000000, 0x0000000708a40000)
- from space 34048K, 88% used [0x000000070ab80000, 0x000000070c913bc0, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1691984K, used 1299107K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106016K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 2808.564 GC heap before
- {Heap before GC invocations=523 (full 52):
- par new generation total 306688K, used 302926K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 100% used [0x00000006f8000000, 0x0000000708a40000, 0x0000000708a40000)
- from space 34048K, 88% used [0x000000070ab80000, 0x000000070c913bc0, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1691984K, used 1299107K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106024K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 2808.585 GC heap after
- Heap after GC invocations=524 (full 52):
- par new generation total 306688K, used 34048K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 0% used [0x00000006f8000000, 0x00000006f8000000, 0x0000000708a40000)
- from space 34048K, 100% used [0x0000000708a40000, 0x000000070ab80000, 0x000000070ab80000)
- to space 34048K, 0% used [0x000000070ab80000, 0x000000070ab80000, 0x000000070ccc0000)
- concurrent mark-sweep generation total 1691984K, used 1303053K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106024K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 2825.495 GC heap before
- {Heap before GC invocations=524 (full 52):
- par new generation total 306688K, used 306688K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 100% used [0x00000006f8000000, 0x0000000708a40000, 0x0000000708a40000)
- from space 34048K, 100% used [0x0000000708a40000, 0x000000070ab80000, 0x000000070ab80000)
- to space 34048K, 0% used [0x000000070ab80000, 0x000000070ab80000, 0x000000070ccc0000)
- concurrent mark-sweep generation total 1691984K, used 1303053K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106031K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 2825.537 GC heap after
- Heap after GC invocations=525 (full 52):
- par new generation total 306688K, used 32442K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 0% used [0x00000006f8000000, 0x00000006f8000000, 0x0000000708a40000)
- from space 34048K, 95% used [0x000000070ab80000, 0x000000070cb2e928, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1691984K, used 1329064K [0x000000070ccc0000, 0x0000000774114000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106031K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Deoptimization events (10 events):
- Event: 2802.947 Thread 0x000000001aec5800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000370b874 method=net.minecraft.client.particle.EntityFX.func_94052_a(Lnet/minecraft/client/renderer/RenderEngine;Lnet/minecraft/util/Icon;)V @ 1
- Event: 2803.060 Thread 0x000000001aec5800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000370b874 method=net.minecraft.client.particle.EntityFX.func_94052_a(Lnet/minecraft/client/renderer/RenderEngine;Lnet/minecraft/util/Icon;)V @ 1
- Event: 2808.629 Thread 0x000000001aec5800 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000003133a98 method=net.minecraft.pathfinding.PathNavigate.func_75483_a(IIIIIILnet/minecraft/util/Vec3;DD)Z @ 178
- Event: 2810.348 Thread 0x000000001aec5800 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000031a6248 method=net.minecraft.entity.passive.EntityVillager.func_70629_bd()V @ 102
- Event: 2823.354 Thread 0x000000001aec5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000397a00c method=net.minecraft.world.gen.feature.WorldGenTallGrass.func_76484_a(Lnet/minecraft/world/World;Ljava/util/Random;III)Z @ 138
- Event: 2823.354 Thread 0x000000001aec5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000397a00c method=net.minecraft.world.gen.feature.WorldGenTallGrass.func_76484_a(Lnet/minecraft/world/World;Ljava/util/Random;III)Z @ 138
- Event: 2823.354 Thread 0x000000001aec5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000397a00c method=net.minecraft.world.gen.feature.WorldGenTallGrass.func_76484_a(Lnet/minecraft/world/World;Ljava/util/Random;III)Z @ 138
- Event: 2823.373 Thread 0x000000001aec5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000397a00c method=net.minecraft.world.gen.feature.WorldGenTallGrass.func_76484_a(Lnet/minecraft/world/World;Ljava/util/Random;III)Z @ 138
- Event: 2823.378 Thread 0x000000001aec5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000393ebf8 method=net.minecraft.world.gen.feature.WorldGenLakes.func_76484_a(Lnet/minecraft/world/World;Ljava/util/Random;III)Z @ 606
- Event: 2823.378 Thread 0x000000001aec5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000393ebf8 method=net.minecraft.world.gen.feature.WorldGenLakes.func_76484_a(Lnet/minecraft/world/World;Ljava/util/Random;III)Z @ 606
- Internal exceptions (10 events):
- Event: 2826.201 Thread 0x000000001aebe800 Threw 0x00000006f8a55d48 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 2826.201 Thread 0x000000001aebd000 Threw 0x00000006f8e7b120 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 2826.207 Thread 0x000000001aebe800 Threw 0x00000006f8a55f08 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 2826.211 Thread 0x000000001aebd000 Threw 0x00000006f8e7b240 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 2826.213 Thread 0x000000001aebe800 Threw 0x00000006f8a560c8 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 2826.220 Thread 0x000000001aebe800 Threw 0x00000006f8a56288 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 2826.221 Thread 0x000000001aebd000 Threw 0x00000006f8e7b360 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 2826.231 Thread 0x000000001aebd000 Threw 0x00000006f8e7b480 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 2826.240 Thread 0x000000001aebe800 Threw 0x00000006f8a56448 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 2826.241 Thread 0x000000001aebd000 Threw 0x00000006f8e7b5a0 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Events (10 events):
- Event: 2823.378 Thread 0x000000001aec5800 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000000393ebf8
- Event: 2823.378 Thread 0x000000001aec5800 DEOPT PACKING pc=0x000000000393ebf8 sp=0x00000000222eec10
- Event: 2823.378 Thread 0x000000001aec5800 DEOPT UNPACKING pc=0x00000000026475a4 sp=0x00000000222eeb78 mode 2
- Event: 2823.378 Thread 0x000000001aec5800 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000000393ebf8
- Event: 2823.378 Thread 0x000000001aec5800 DEOPT PACKING pc=0x000000000393ebf8 sp=0x00000000222eec10
- Event: 2823.378 Thread 0x000000001aec5800 DEOPT UNPACKING pc=0x00000000026475a4 sp=0x00000000222eeb78 mode 2
- Event: 2825.281 Executing VM operation: RevokeBias
- Event: 2825.281 Executing VM operation: RevokeBias done
- Event: 2825.495 Executing VM operation: GenCollectForAllocation
- Event: 2825.537 Executing VM operation: GenCollectForAllocation done
- Dynamic libraries:
- 0x000000013f6b0000 - 0x000000013f6e3000 C:\Program Files\Java\jre7\bin\javaw.exe
- 0x0000000077820000 - 0x00000000779c9000 C:\Windows\SYSTEM32\ntdll.dll
- 0x0000000077600000 - 0x000000007771f000 C:\Windows\system32\kernel32.dll
- 0x000007fefd8e0000 - 0x000007fefd94b000 C:\Windows\system32\KERNELBASE.dll
- 0x000007fefe030000 - 0x000007fefe10b000 C:\Windows\system32\ADVAPI32.dll
- 0x000007feff070000 - 0x000007feff10f000 C:\Windows\system32\msvcrt.dll
- 0x000007fefdcc0000 - 0x000007fefdcdf000 C:\Windows\SYSTEM32\sechost.dll
- 0x000007fefef40000 - 0x000007feff06d000 C:\Windows\system32\RPCRT4.dll
- 0x0000000077720000 - 0x000000007781a000 C:\Windows\system32\USER32.dll
- 0x000007feff3a0000 - 0x000007feff407000 C:\Windows\system32\GDI32.dll
- 0x000007fefda30000 - 0x000007fefda3e000 C:\Windows\system32\LPK.dll
- 0x000007feff700000 - 0x000007feff7c9000 C:\Windows\system32\USP10.dll
- 0x000007fefbca0000 - 0x000007fefbe94000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
- 0x000007fefdd70000 - 0x000007fefdde1000 C:\Windows\system32\SHLWAPI.dll
- 0x000007feff9a0000 - 0x000007feff9ce000 C:\Windows\system32\IMM32.DLL
- 0x000007feff7d0000 - 0x000007feff8d9000 C:\Windows\system32\MSCTF.dll
- 0x0000000072c60000 - 0x0000000072ce0000 c:\program files (x86)\telia\telias sakerhetstjanster\apps\computersecurity\hips\fshook64.dll
- 0x00000000779e0000 - 0x00000000779e7000 C:\Windows\system32\PSAPI.DLL
- 0x00000000648d0000 - 0x00000000649a1000 C:\Program Files\Java\jre7\bin\msvcr100.dll
- 0x0000000064100000 - 0x00000000648c9000 C:\Program Files\Java\jre7\bin\server\jvm.dll
- 0x000007feeba60000 - 0x000007feeba69000 C:\Windows\system32\WSOCK32.dll
- 0x000007fefda40000 - 0x000007fefda8d000 C:\Windows\system32\WS2_32.dll
- 0x000007fefdd60000 - 0x000007fefdd68000 C:\Windows\system32\NSI.dll
- 0x000007fef6fa0000 - 0x000007fef6fdb000 C:\Windows\system32\WINMM.dll
- 0x000000006f330000 - 0x000000006f33f000 C:\Program Files\Java\jre7\bin\verify.dll
- 0x0000000067900000 - 0x0000000067928000 C:\Program Files\Java\jre7\bin\java.dll
- 0x000000006acb0000 - 0x000000006acc5000 C:\Program Files\Java\jre7\bin\zip.dll
- 0x0000000068770000 - 0x0000000068789000 C:\Program Files\Java\jre7\bin\net.dll
- 0x000007fefce20000 - 0x000007fefce75000 C:\Windows\system32\mswsock.dll
- 0x000007fefcec0000 - 0x000007fefcec7000 C:\Windows\System32\wship6.dll
- 0x00000000678e0000 - 0x00000000678f1000 C:\Program Files\Java\jre7\bin\nio.dll
- 0x0000000063f60000 - 0x00000000640f5000 C:\Program Files\Java\jre7\bin\awt.dll
- 0x000007feff620000 - 0x000007feff6f7000 C:\Windows\system32\OLEAUT32.dll
- 0x000007feff410000 - 0x000007feff613000 C:\Windows\system32\ole32.dll
- 0x000007fefaf50000 - 0x000007fefaf68000 C:\Windows\system32\DWMAPI.DLL
- 0x000007fefb820000 - 0x000007fefb876000 C:\Windows\system32\uxtheme.dll
- 0x000007fefd530000 - 0x000007fefd53f000 C:\Windows\system32\CRYPTBASE.dll
- 0x000007fee8ad0000 - 0x000007fee8ccf000 C:\Windows\system32\d3d9.dll
- 0x000007fefc760000 - 0x000007fefc76c000 C:\Windows\system32\VERSION.dll
- 0x000007feea400000 - 0x000007feea407000 C:\Windows\system32\d3d8thk.dll
- 0x000007fef9530000 - 0x000007fef966d000 C:\Windows\system32\aticfx64.dll
- 0x000007fee9b80000 - 0x000007fee9ba0000 C:\Windows\system32\atiu9p64.dll
- 0x000007fee8380000 - 0x000007fee8ac4000 C:\Windows\system32\atiumd64.dll
- 0x00000000661d0000 - 0x00000000668a3000 C:\Windows\system32\atiumd6a.dll
- 0x000007fefe110000 - 0x000007fefee98000 C:\Windows\system32\SHELL32.dll
- 0x00000000677c0000 - 0x00000000677ff000 C:\Program Files\Java\jre7\bin\fontmanager.dll
- 0x0000000063f10000 - 0x0000000063f51000 C:\Program Files\Java\jre7\bin\t2k.dll
- 0x0000000180000000 - 0x000000018003b000 C:\Program Files (x86)\DisplayFusion\Hooks\AppHookx64_C0677A58-4475-4806-8B16-9F5F295EAA71.dll
- 0x0000000063ee0000 - 0x0000000063f0a000 C:\Program Files\Java\jre7\bin\dcpr.dll
- 0x0000000005630000 - 0x0000000005678000 C:\Users\Toby\Desktop\FTB\Unleashed\minecraft\bin\natives\lwjgl64.dll
- 0x000007fef6df0000 - 0x000007fef6f0d000 C:\Windows\system32\OPENGL32.dll
- 0x000007fef6dc0000 - 0x000007fef6ded000 C:\Windows\system32\GLU32.dll
- 0x000007fef6cc0000 - 0x000007fef6db1000 C:\Windows\system32\DDRAW.dll
- 0x000007fef8dc0000 - 0x000007fef8dc8000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefde50000 - 0x000007fefe027000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefd6e0000 - 0x000007fefd716000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefd950000 - 0x000007fefd96a000 C:\Windows\system32\DEVOBJ.dll
- 0x000007fefd0c0000 - 0x000007fefd0d7000 C:\Windows\system32\CRYPTSP.dll
- 0x000007fefcbc0000 - 0x000007fefcc07000 C:\Windows\system32\rsaenh.dll
- 0x000007fefc940000 - 0x000007fefc95e000 C:\Windows\system32\USERENV.dll
- 0x000007fefd600000 - 0x000007fefd60f000 C:\Windows\system32\profapi.dll
- 0x000007fefba40000 - 0x000007fefba55000 C:\Windows\system32\NLAapi.dll
- 0x000007feed490000 - 0x000007feed4a5000 C:\Windows\system32\napinsp.dll
- 0x000007feed470000 - 0x000007feed489000 C:\Windows\system32\pnrpnsp.dll
- 0x000007fefccb0000 - 0x000007fefcd0b000 C:\Windows\system32\DNSAPI.dll
- 0x000007feed460000 - 0x000007feed46b000 C:\Windows\System32\winrnr.dll
- 0x0000000072f40000 - 0x0000000072f66000 C:\Program Files\Bonjour\mdnsNSP.dll
- 0x000007fefb380000 - 0x000007fefb3a7000 C:\Windows\system32\Iphlpapi.DLL
- 0x000007fefb370000 - 0x000007fefb37b000 C:\Windows\system32\WINNSI.DLL
- 0x0000000072f10000 - 0x0000000072f3e000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
- 0x000007fefc830000 - 0x000007fefc837000 C:\Windows\System32\wshtcpip.dll
- 0x000007fefa4f0000 - 0x000007fefa4f8000 C:\Windows\system32\rasadhlp.dll
- 0x000007fefb230000 - 0x000007fefb283000 C:\Windows\System32\fwpuclnt.dll
- 0x000000005d390000 - 0x000000005d397000 C:\Program Files\Java\jre7\bin\jawt.dll
- 0x000007feedf40000 - 0x000007feedf58000 C:\Windows\system32\atig6pxx.dll
- 0x000000005baa0000 - 0x000000005d38b000 C:\Windows\system32\atio6axx.dll
- 0x000007fefa860000 - 0x000007fefa97a000 C:\Windows\system32\atiadlxx.dll
- 0x000007fefc340000 - 0x000007fefc46c000 C:\Windows\system32\PROPSYS.dll
- 0x000007fefc740000 - 0x000007fefc751000 C:\Windows\system32\WTSAPI32.dll
- 0x000007fefd730000 - 0x000007fefd76a000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefd770000 - 0x000007fefd8dc000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefd6a0000 - 0x000007fefd6af000 C:\Windows\system32\MSASN1.dll
- 0x000007feebfc0000 - 0x000007feebfde000 C:\Windows\system32\atig6txx.dll
- 0x000000006acf0000 - 0x000000006acfb000 C:\Program Files\Java\jre7\bin\management.dll
- 0x000000005d3a0000 - 0x000000005d3c4000 C:\Program Files\Java\jre7\bin\sunec.dll
- 0x000000005d430000 - 0x000000005d43b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
- 0x000007fee3b20000 - 0x000007fee3c42000 C:\Users\Toby\Desktop\FTB\Unleashed\minecraft\bin\natives\OpenAL64.dll
- 0x000007fef6f10000 - 0x000007fef6f98000 C:\Windows\system32\dsound.dll
- 0x000007fefc710000 - 0x000007fefc73c000 C:\Windows\system32\POWRPROF.dll
- 0x000007fefeea0000 - 0x000007fefef39000 C:\Windows\system32\CLBCatQ.DLL
- 0x000007fefc470000 - 0x000007fefc4bb000 C:\Windows\System32\MMDevApi.dll
- 0x000007fef5a70000 - 0x000007fef5aab000 C:\Windows\system32\wdmaud.drv
- 0x0000000071f30000 - 0x0000000071f36000 C:\Windows\system32\ksuser.dll
- 0x000007fefc1c0000 - 0x000007fefc1c9000 C:\Windows\system32\AVRT.dll
- 0x000007fef5a20000 - 0x000007fef5a6f000 C:\Windows\system32\AUDIOSES.DLL
- 0x000007fef5830000 - 0x000007fef583a000 C:\Windows\system32\msacm32.drv
- 0x000007fef5810000 - 0x000007fef5828000 C:\Windows\system32\MSACM32.dll
- 0x000007fef5800000 - 0x000007fef5809000 C:\Windows\system32\midimap.dll
- 0x000000005d3d0000 - 0x000000005d400000 C:\Program Files\Java\jre7\bin\jpeg.dll
- 0x000000000e330000 - 0x000000000e369000 C:\Program Files\Java\jre7\bin\kcms.dll
- 0x000000000e370000 - 0x000000000e3ab000 C:\Users\Toby\Desktop\jacob-1.17-M2-x64.dll
- 0x000007fee39b0000 - 0x000007fee3b14000 C:\Windows\System32\Speech\Common\sapi.dll
- 0x000007feeae10000 - 0x000007feeae1d000 C:\Windows\system32\msdmo.dll
- 0x000007fefd540000 - 0x000007fefd5d1000 C:\Windows\system32\SXS.DLL
- 0x000007fefb060000 - 0x000007fefb071000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x000007fefb1a0000 - 0x000007fefb1b8000 C:\Windows\system32\dhcpcsvc.DLL
- 0x000000000f030000 - 0x000000000f0d2000 C:\Program Files\Java\jre7\bin\mlib_image.dll
- 0x000007fee6c20000 - 0x000007fee6d45000 C:\Windows\system32\dbghelp.dll
- VM Arguments:
- jvm_args: -Xms256M -Xmx4096M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:PermSize=128m
- java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\Toby\Desktop\FTB/Unleashed/minecraft C:\Users\Toby\AppData\Roaming/ftblauncher/ModPacks\Unleashed\FTB_temp.gif MinecraftForge.zip Miraiyu 2ac11e990d494c948ba3b930016c00aa FTB Unleashed v1.1.3 C:\Users\Toby\AppData\Roaming/ftblauncher/ModPacks\Unleashed\UnleashedIcon.png
- Launcher Type: SUN_STANDARD
- Environment Variables:
- CLASSPATH=.;C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip
- PATH=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:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\DMIX;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static[tt];C:\Program Files\Java\jre7\bin[/tt];C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files\Java\jre7\bin
- USERNAME=Toby
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, 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 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, tsc, tscinvbit
- Memory: 4k page, physical 8363008k(133888k free), swap 16724156k(5278656k free)
- vm_info: Java HotSpot(TM) 64-Bit Server VM (24.0-b56) for windows-amd64 JRE (1.7.0_40-b43), built on Aug 26 2013 22:38:32 by "java_re" with unknown MS VC++:1600
- time: Sun Sep 29 06:35:59 2013
- elapsed time: 2826 seconds
Add Comment
Please, Sign In to add comment