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=0x000007feead86220, pid=4136, tid=5080
- #
- # JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.51-b03 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 (0x00000000242f8000): JavaThread "Thread-21" [_thread_in_native, id=5080, stack(0x000000002a7b0000,0x000000002a8b0000)]
- siginfo: ExceptionCode=0xc0000005, writing address 0xffffffff8a343330
- Registers:
- RAX=0x000000002a550af0, RBX=0xffffffff8a343310, RCX=0x0000000018a00000, RDX=0x0000000000000088
- RSP=0x000000002a8af120, RBP=0x0000000018a0d0c0, RSI=0x00000000ffffffff, RDI=0x0000000000000005
- R8 =0x000000002a550ae0, R9 =0x000000002a550af0, R10=0x00000000024d2ac4, R11=0x0000000018a0d0c0
- R12=0x0000000018a06fe0, R13=0x000000061df0b510, R14=0x000000002a8af200, R15=0x00000000242f8000
- RIP=0x000007feead86220, EFLAGS=0x0000000000010246
- Top of Stack: (sp=0x000000002a8af120)
- 0x000000002a8af120: ffffffff8a343310 00000000ffffffff
- 0x000000002a8af130: 000000061deebea0 000000002a8af198
- 0x000000002a8af140: 0000000000000000 00000000024d2af0
- 0x000000002a8af150: 000000061df0b510 000000002a8af1d0
- 0x000000002a8af160: 0000000000000013 0000000000000005
- 0x000000002a8af170: 000000008a343310 0000000000000000
- 0x000000002a8af180: 0000000630e2e5c0 00000007d6356750
- 0x000000002a8af190: 000000002a8af190 0000000000000000
- 0x000000002a8af1a0: 000000002a8af200 000000061df0df88
- 0x000000002a8af1b0: 0000000000000000 000000061df0b510
- 0x000000002a8af1c0: 0000000000000000 000000002a8af1f0
- 0x000000002a8af1d0: 000000002a8af248 00000000024c60f8
- 0x000000002a8af1e0: 0000000629304518 00000000024cf0d8
- 0x000000002a8af1f0: 000000008a343310 0000000000001009
- 0x000000002a8af200: 0000000018a0d0c0 000000002a8af208
- 0x000000002a8af210: 000000061def4377 000000002a8af260
- Instructions: (pc=0x000007feead86220)
- 0x000007feead86200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40
- 0x000007feead86210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00
- 0x000007feead86220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89
- 0x000007feead86230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00
- Register to memory mapping:
- RAX=0x000000002a550af0 is an unknown value
- RBX=0xffffffff8a343310 is an unknown value
- RCX=0x0000000018a00000 is an unknown value
- RDX=0x0000000000000088 is an unknown value
- RSP=0x000000002a8af120 is pointing into the stack for thread: 0x00000000242f8000
- RBP=0x0000000018a0d0c0 is an unknown value
- RSI=0x00000000ffffffff is an unknown value
- RDI=0x0000000000000005 is an unknown value
- R8 =0x000000002a550ae0 is an unknown value
- R9 =0x000000002a550af0 is an unknown value
- R10=0x00000000024d2ac4 is at code_begin+644 in an Interpreter codelet
- method entry point (kind = native) [0x00000000024d2840, 0x00000000024d30e0] 2208 bytes
- R11=0x0000000018a0d0c0 is an unknown value
- R12=0x0000000018a06fe0 is an unknown value
- R13=0x000000061df0b510 is an oop
- {method}
- - klass: {other class}
- R14=0x000000002a8af200 is pointing into the stack for thread: 0x00000000242f8000
- R15=0x00000000242f8000 is a thread
- Stack: [0x000000002a7b0000,0x000000002a8b0000], sp=0x000000002a8af120, free space=1020k
- 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+51
- v ~StubRoutines::call_stub
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x0000000064bc5800 JavaThread "Thread-80" [_thread_blocked, id=7136, stack(0x0000000074f90000,0x0000000075090000)]
- 0x0000000064bc4800 JavaThread "Thread-79" [_thread_blocked, id=5588, stack(0x00000000777b0000,0x00000000778b0000)]
- 0x00000000242ff800 JavaThread "File IO Thread" [_thread_blocked, id=1516, stack(0x0000000075550000,0x0000000075650000)]
- 0x00000000242ff000 JavaThread "Thread-74" [_thread_blocked, id=5048, stack(0x0000000041eb0000,0x0000000041fb0000)]
- 0x00000000242fe000 JavaThread "Server thread" [_thread_in_Java, id=6724, stack(0x0000000041d00000,0x0000000041e00000)]
- 0x00000000242f9000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=3796, stack(0x0000000022d00000,0x0000000022e00000)]
- 0x0000000024301000 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=3012, stack(0x00000000623c0000,0x00000000624c0000)]
- 0x00000000242fa800 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=4932, stack(0x0000000061ac0000,0x0000000061bc0000)]
- 0x00000000242fc800 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=6488, stack(0x0000000062290000,0x0000000062390000)]
- 0x00000000242fb000 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=4852, stack(0x0000000061d30000,0x0000000061e30000)]
- 0x00000000242fd800 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=6980, stack(0x0000000062190000,0x0000000062290000)]
- 0x00000000242f9800 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=6948, stack(0x0000000062030000,0x0000000062130000)]
- 0x00000000242fc000 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=6952, stack(0x0000000061e50000,0x0000000061f50000)]
- 0x0000000024300800 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=6960, stack(0x0000000061c10000,0x0000000061d10000)]
- 0x00000000242f7800 JavaThread "Thread-22" [_thread_blocked, id=5016, stack(0x00000000291a0000,0x00000000292a0000)]
- =>0x00000000242f8000 JavaThread "Thread-21" [_thread_in_native, id=5080, stack(0x000000002a7b0000,0x000000002a8b0000)]
- 0x00000000242f3800 JavaThread "TC Aura Update Thread" [_thread_blocked, id=6684, stack(0x000000002a400000,0x000000002a500000)]
- 0x00000000242f4800 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=6620, stack(0x000000002a2d0000,0x000000002a3d0000)]
- 0x00000000242f5000 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=2696, stack(0x0000000029040000,0x0000000029140000)]
- 0x00000000242f3000 JavaThread "DestroyJavaVM" [_thread_blocked, id=1740, stack(0x00000000023c0000,0x00000000024c0000)]
- 0x0000000024144800 JavaThread "Minecraft main thread" [_thread_blocked, id=2888, stack(0x000000001fb60000,0x000000001fc60000)]
- 0x00000000247cf800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6384, stack(0x000000001ff00000,0x0000000020000000)]
- 0x0000000024f2e800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5576, stack(0x0000000020040000,0x0000000020140000)]
- 0x0000000019d62800 JavaThread "Thread-4" daemon [_thread_blocked, id=3980, stack(0x00000000223d0000,0x00000000224d0000)]
- 0x0000000019dea000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=4556, stack(0x000000001f920000,0x000000001fa20000)]
- 0x000000001988e000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=7148, stack(0x000000001eac0000,0x000000001ebc0000)]
- 0x0000000019864800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4808, stack(0x000000001a9f0000,0x000000001aaf0000)]
- 0x00000000197ae800 JavaThread "AWT-Shutdown" [_thread_blocked, id=6552, stack(0x000000001a800000,0x000000001a900000)]
- 0x0000000019dc3800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6260, stack(0x000000001a6e0000,0x000000001a7e0000)]
- 0x00000000177dd000 JavaThread "Service Thread" daemon [_thread_blocked, id=6784, stack(0x0000000019360000,0x0000000019460000)]
- 0x00000000177d4800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4400, stack(0x0000000018b80000,0x0000000018c80000)]
- 0x00000000177cf800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5504, stack(0x0000000019170000,0x0000000019270000)]
- 0x00000000177ce000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4844, stack(0x0000000019000000,0x0000000019100000)]
- 0x00000000177c6800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1428, stack(0x0000000018e40000,0x0000000018f40000)]
- 0x0000000017772000 JavaThread "Finalizer" daemon [_thread_blocked, id=2104, stack(0x0000000018cf0000,0x0000000018df0000)]
- 0x000000001776b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5052, stack(0x0000000018a60000,0x0000000018b60000)]
- Other Threads:
- 0x0000000017766800 VMThread [stack: 0x00000000188d0000,0x00000000189d0000] [id=7088]
- 0x00000000177e7800 WatcherThread [stack: 0x0000000019470000,0x0000000019570000] [id=6700]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- PSYoungGen total 2381824K, used 1929169K [0x0000000760800000, 0x00000007ff680000, 0x0000000800000000)
- eden space 2334720K, 82% used [0x0000000760800000,0x00000007d63f4460,0x00000007ef000000)
- from space 47104K, 0% used [0x00000007ef000000,0x00000007ef000000,0x00000007f1e00000)
- to space 132096K, 0% used [0x00000007f7580000,0x00000007f7580000,0x00000007ff680000)
- ParOldGen total 1096192K, used 650436K [0x0000000621800000, 0x0000000664680000, 0x0000000760800000)
- object space 1096192K, 59% used [0x0000000621800000,0x0000000649331328,0x0000000664680000)
- PSPermGen total 131072K, used 103934K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 79% used [0x0000000619800000,0x000000061fd7f9e0,0x0000000621800000)
- Card table byte_map: [0x00000000054c0000,0x0000000006400000] byte_map_base: 0x00000000023f4000
- Polling page: 0x0000000000230000
- Code Cache [0x00000000024c0000, 0x0000000003050000, 0x00000000054c0000)
- total_blobs=4748 nmethods=3572 adapters=1126 free_code_cache=37463Kb largest_free_block=38211072
- Compilation events (10 events):
- Event: 298.960 Thread 0x00000000177cf800 4097 net.minecraft.item.Item::getItemDamageFromStackForDisplay (5 bytes)
- Event: 298.961 Thread 0x00000000177cf800 nmethod 4097 0x0000000002f1b390 code [0x0000000002f1b4c0, 0x0000000002f1b538]
- Event: 299.153 Thread 0x00000000177d4800 4098 codechicken.enderstorage.storage.liquid.TankSynchroniser::ticks (10 bytes)
- Event: 299.156 Thread 0x00000000177d4800 nmethod 4098 0x0000000002f7e610 code [0x0000000002f7e760, 0x0000000002f7e848]
- Event: 299.250 Thread 0x00000000177cf800 4099 net.minecraft.client.particle.EntityFX::func_70537_b (2 bytes)
- Event: 299.250 Thread 0x00000000177cf800 nmethod 4099 0x0000000002f4e310 code [0x0000000002f4e440, 0x0000000002f4e498]
- Event: 299.286 Thread 0x00000000177d4800 4100 net.minecraft.world.World::func_72797_t (11 bytes)
- Event: 299.286 Thread 0x00000000177cf800 4101 net.minecraft.world.World::isBlockSolidOnSide (11 bytes)
- Event: 299.287 Thread 0x00000000177cf800 nmethod 4101 0x0000000002f7e350 code [0x0000000002f7e4a0, 0x0000000002f7e528]
- Event: 299.287 Thread 0x00000000177d4800 nmethod 4100 0x0000000003034490 code [0x00000000030345e0, 0x0000000003034668]
- GC Heap History (10 events):
- Event: 217.420 GC heap before
- {Heap before GC invocations=27 (full 4):
- PSYoungGen total 2472960K, used 64K [0x0000000760800000, 0x0000000800000000, 0x0000000800000000)
- eden space 2340352K, 0% used [0x0000000760800000,0x0000000760800000,0x00000007ef580000)
- from space 132608K, 0% used [0x00000007ef580000,0x00000007ef590000,0x00000007f7700000)
- to space 134656K, 0% used [0x00000007f7c80000,0x00000007f7c80000,0x0000000800000000)
- ParOldGen total 453120K, used 271341K [0x0000000621800000, 0x000000063d280000, 0x0000000760800000)
- object space 453120K, 59% used [0x0000000621800000,0x00000006320fb7f0,0x000000063d280000)
- PSPermGen total 131072K, used 96704K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 73% used [0x0000000619800000,0x000000061f670150,0x0000000621800000)
- Event: 218.055 GC heap after
- Heap after GC invocations=27 (full 4):
- PSYoungGen total 2472960K, used 0K [0x0000000760800000, 0x0000000800000000, 0x0000000800000000)
- eden space 2340352K, 0% used [0x0000000760800000,0x0000000760800000,0x00000007ef580000)
- from space 132608K, 0% used [0x00000007ef580000,0x00000007ef580000,0x00000007f7700000)
- to space 134656K, 0% used [0x00000007f7c80000,0x00000007f7c80000,0x0000000800000000)
- ParOldGen total 453120K, used 271342K [0x0000000621800000, 0x000000063d280000, 0x0000000760800000)
- object space 453120K, 59% used [0x0000000621800000,0x00000006320fb840,0x000000063d280000)
- PSPermGen total 131072K, used 96704K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 73% used [0x0000000619800000,0x000000061f670150,0x0000000621800000)
- }
- Event: 223.874 GC heap before
- {Heap before GC invocations=28 (full 4):
- PSYoungGen total 2472960K, used 726413K [0x0000000760800000, 0x0000000800000000, 0x0000000800000000)
- eden space 2340352K, 31% used [0x0000000760800000,0x000000078cd63558,0x00000007ef580000)
- from space 132608K, 0% used [0x00000007ef580000,0x00000007ef580000,0x00000007f7700000)
- to space 134656K, 0% used [0x00000007f7c80000,0x00000007f7c80000,0x0000000800000000)
- ParOldGen total 453120K, used 271342K [0x0000000621800000, 0x000000063d280000, 0x0000000760800000)
- object space 453120K, 59% used [0x0000000621800000,0x00000006320fb840,0x000000063d280000)
- PSPermGen total 131072K, used 99418K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 75% used [0x0000000619800000,0x000000061f916bd8,0x0000000621800000)
- Event: 223.935 GC heap after
- Heap after GC invocations=28 (full 4):
- PSYoungGen total 2469376K, used 85524K [0x0000000760800000, 0x0000000800000000, 0x0000000800000000)
- eden space 2334720K, 0% used [0x0000000760800000,0x0000000760800000,0x00000007ef000000)
- from space 134656K, 63% used [0x00000007f7c80000,0x00000007fd005100,0x0000000800000000)
- to space 139264K, 0% used [0x00000007ef000000,0x00000007ef000000,0x00000007f7800000)
- ParOldGen total 453120K, used 271342K [0x0000000621800000, 0x000000063d280000, 0x0000000760800000)
- object space 453120K, 59% used [0x0000000621800000,0x00000006320fb840,0x000000063d280000)
- PSPermGen total 131072K, used 99418K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 75% used [0x0000000619800000,0x000000061f916bd8,0x0000000621800000)
- }
- Event: 223.935 GC heap before
- {Heap before GC invocations=29 (full 5):
- PSYoungGen total 2469376K, used 85524K [0x0000000760800000, 0x0000000800000000, 0x0000000800000000)
- eden space 2334720K, 0% used [0x0000000760800000,0x0000000760800000,0x00000007ef000000)
- from space 134656K, 63% used [0x00000007f7c80000,0x00000007fd005100,0x0000000800000000)
- to space 139264K, 0% used [0x00000007ef000000,0x00000007ef000000,0x00000007f7800000)
- ParOldGen total 453120K, used 271342K [0x0000000621800000, 0x000000063d280000, 0x0000000760800000)
- object space 453120K, 59% used [0x0000000621800000,0x00000006320fb840,0x000000063d280000)
- PSPermGen total 131072K, used 99418K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 75% used [0x0000000619800000,0x000000061f916bd8,0x0000000621800000)
- Event: 225.590 GC heap after
- Heap after GC invocations=29 (full 5):
- PSYoungGen total 2469376K, used 0K [0x0000000760800000, 0x0000000800000000, 0x0000000800000000)
- eden space 2334720K, 0% used [0x0000000760800000,0x0000000760800000,0x00000007ef000000)
- from space 134656K, 0% used [0x00000007f7c80000,0x00000007f7c80000,0x0000000800000000)
- to space 139264K, 0% used [0x00000007ef000000,0x00000007ef000000,0x00000007f7800000)
- ParOldGen total 453120K, used 341826K [0x0000000621800000, 0x000000063d280000, 0x0000000760800000)
- object space 453120K, 75% used [0x0000000621800000,0x00000006365d0b40,0x000000063d280000)
- PSPermGen total 131072K, used 99417K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 75% used [0x0000000619800000,0x000000061f916528,0x0000000621800000)
- }
- Event: 239.738 GC heap before
- {Heap before GC invocations=30 (full 5):
- PSYoungGen total 2469376K, used 2334720K [0x0000000760800000, 0x0000000800000000, 0x0000000800000000)
- eden space 2334720K, 100% used [0x0000000760800000,0x00000007ef000000,0x00000007ef000000)
- from space 134656K, 0% used [0x00000007f7c80000,0x00000007f7c80000,0x0000000800000000)
- to space 139264K, 0% used [0x00000007ef000000,0x00000007ef000000,0x00000007f7800000)
- ParOldGen total 453120K, used 341826K [0x0000000621800000, 0x000000063d280000, 0x0000000760800000)
- object space 453120K, 75% used [0x0000000621800000,0x00000006365d0b40,0x000000063d280000)
- PSPermGen total 131072K, used 100211K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 76% used [0x0000000619800000,0x000000061f9dccb8,0x0000000621800000)
- Event: 240.949 GC heap after
- Heap after GC invocations=30 (full 5):
- PSYoungGen total 2381824K, used 47058K [0x0000000760800000, 0x00000007ff680000, 0x0000000800000000)
- eden space 2334720K, 0% used [0x0000000760800000,0x0000000760800000,0x00000007ef000000)
- from space 47104K, 99% used [0x00000007ef000000,0x00000007f1df48d8,0x00000007f1e00000)
- to space 132096K, 0% used [0x00000007f7580000,0x00000007f7580000,0x00000007ff680000)
- ParOldGen total 979456K, used 866122K [0x0000000621800000, 0x000000065d480000, 0x0000000760800000)
- object space 979456K, 88% used [0x0000000621800000,0x00000006565d2b80,0x000000065d480000)
- PSPermGen total 131072K, used 100211K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 76% used [0x0000000619800000,0x000000061f9dccb8,0x0000000621800000)
- }
- Event: 240.950 GC heap before
- {Heap before GC invocations=31 (full 6):
- PSYoungGen total 2381824K, used 47058K [0x0000000760800000, 0x00000007ff680000, 0x0000000800000000)
- eden space 2334720K, 0% used [0x0000000760800000,0x0000000760800000,0x00000007ef000000)
- from space 47104K, 99% used [0x00000007ef000000,0x00000007f1df48d8,0x00000007f1e00000)
- to space 132096K, 0% used [0x00000007f7580000,0x00000007f7580000,0x00000007ff680000)
- ParOldGen total 979456K, used 866122K [0x0000000621800000, 0x000000065d480000, 0x0000000760800000)
- object space 979456K, 88% used [0x0000000621800000,0x00000006565d2b80,0x000000065d480000)
- PSPermGen total 131072K, used 100211K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 76% used [0x0000000619800000,0x000000061f9dccb8,0x0000000621800000)
- Event: 241.694 GC heap after
- Heap after GC invocations=31 (full 6):
- PSYoungGen total 2381824K, used 0K [0x0000000760800000, 0x00000007ff680000, 0x0000000800000000)
- eden space 2334720K, 0% used [0x0000000760800000,0x0000000760800000,0x00000007ef000000)
- from space 47104K, 0% used [0x00000007ef000000,0x00000007ef000000,0x00000007f1e00000)
- to space 132096K, 0% used [0x00000007f7580000,0x00000007f7580000,0x00000007ff680000)
- ParOldGen total 1096192K, used 650436K [0x0000000621800000, 0x0000000664680000, 0x0000000760800000)
- object space 1096192K, 59% used [0x0000000621800000,0x0000000649331328,0x0000000664680000)
- PSPermGen total 131072K, used 100183K [0x0000000619800000, 0x0000000621800000, 0x0000000621800000)
- object space 131072K, 76% used [0x0000000619800000,0x000000061f9d5f90,0x0000000621800000)
- }
- Deoptimization events (10 events):
- Event: 294.842 Thread 0x00000000242fe000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003010b70 method=net.minecraft.entity.EntityLiving.func_82143_as()I @ 15
- Event: 294.842 Thread 0x00000000242fe000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003010b70 method=net.minecraft.entity.EntityLiving.func_82143_as()I @ 15
- Event: 294.842 Thread 0x00000000242fe000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003010b70 method=net.minecraft.entity.EntityLiving.func_82143_as()I @ 15
- Event: 294.842 Thread 0x00000000242fe000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003010b70 method=net.minecraft.entity.EntityLiving.func_82143_as()I @ 15
- Event: 296.044 Thread 0x00000000242fe000 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000002d258ec method=net.minecraft.world.World.func_85174_u(III)Z @ 40
- Event: 296.512 Thread 0x0000000024144800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002e85acc method=net.minecraft.client.renderer.entity.RenderLiving.func_77031_a(Lnet/minecraft/entity/EntityLiving;DDDFF)V @ 361
- Event: 296.529 Thread 0x0000000024144800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002e85acc method=net.minecraft.client.renderer.entity.RenderLiving.func_77031_a(Lnet/minecraft/entity/EntityLiving;DDDFF)V @ 361
- Event: 296.562 Thread 0x0000000024144800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002e85acc method=net.minecraft.client.renderer.entity.RenderLiving.func_77031_a(Lnet/minecraft/entity/EntityLiving;DDDFF)V @ 361
- Event: 296.562 Thread 0x0000000024144800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002e85acc method=net.minecraft.client.renderer.entity.RenderLiving.func_77031_a(Lnet/minecraft/entity/EntityLiving;DDDFF)V @ 361
- Event: 297.836 Thread 0x00000000242fe000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003019480 method=DamageIndicators.Common.EntityWatching.DIEntityWatcher.tickEnd(Ljava/util/EnumSet;[Ljava/lang/Object;)V @ 624
- Internal exceptions (10 events):
- Event: 299.773 Thread 0x0000000064bc4800 Threw 0x00000007c30aedf0 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 299.783 Thread 0x0000000064bc4800 Threw 0x00000007c30aef10 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 299.791 Thread 0x00000000242f8000 Threw 0x00000007d582e7f8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 299.791 Thread 0x00000000242f8000 Threw 0x00000007d582e968 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:2917
- Event: 299.793 Thread 0x00000000242f8000 Threw 0x00000007d582ead8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 299.794 Thread 0x0000000064bc4800 Threw 0x00000007c30af030 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 299.804 Thread 0x0000000064bc4800 Threw 0x00000007c30af7b0 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 299.814 Thread 0x0000000064bc4800 Threw 0x00000007c30af8d0 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 299.824 Thread 0x0000000064bc4800 Threw 0x00000007c30af9f0 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 299.834 Thread 0x0000000064bc4800 Threw 0x00000007c30afb10 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Events (10 events):
- Event: 296.688 Thread 0x00000000177d4800 flushing nmethod 0x0000000002db4d10
- Event: 296.744 Thread 0x00000000177cf800 flushing nmethod 0x0000000002ebd2d0
- Event: 296.762 Thread 0x00000000177d4800 flushing nmethod 0x0000000002f7e350
- Event: 297.836 Thread 0x00000000242fe000 Uncommon trap: trap_request=0xffffffde fr.pc=0x0000000003019480
- Event: 297.836 Executing VM operation: RevokeBias
- Event: 297.836 Executing VM operation: RevokeBias done
- Event: 297.836 Thread 0x00000000242fe000 DEOPT PACKING pc=0x0000000003019480 sp=0x0000000041dff120
- Event: 297.836 Thread 0x00000000242fe000 DEOPT UNPACKING pc=0x00000000024f9064 sp=0x0000000041dff0d8 mode 2
- Event: 299.744 loading class 0x0000000023aea260
- Event: 299.744 loading class 0x0000000023aea260 done
- Dynamic libraries:
- 0x000000013f7d0000 - 0x000000013f803000 C:\Program Files\Java\jre7\bin\javaw.exe
- 0x0000000077b30000 - 0x0000000077cd9000 C:\Windows\SYSTEM32\ntdll.dll
- 0x0000000077910000 - 0x0000000077a2f000 C:\Windows\system32\kernel32.dll
- 0x000007fefce20000 - 0x000007fefce8b000 C:\Windows\system32\KERNELBASE.dll
- 0x000007fefe360000 - 0x000007fefe43b000 C:\Windows\system32\ADVAPI32.dll
- 0x000007fefd1d0000 - 0x000007fefd26f000 C:\Windows\system32\msvcrt.dll
- 0x000007fefd530000 - 0x000007fefd54f000 C:\Windows\SYSTEM32\sechost.dll
- 0x000007fefd0a0000 - 0x000007fefd1cd000 C:\Windows\system32\RPCRT4.dll
- 0x0000000077a30000 - 0x0000000077b2a000 C:\Windows\system32\USER32.dll
- 0x000007fefd030000 - 0x000007fefd097000 C:\Windows\system32\GDI32.dll
- 0x000007feff140000 - 0x000007feff14e000 C:\Windows\system32\LPK.dll
- 0x000007fefcf60000 - 0x000007fefd029000 C:\Windows\system32\USP10.dll
- 0x000007fefb3a0000 - 0x000007fefb594000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
- 0x000007fefd350000 - 0x000007fefd3c1000 C:\Windows\system32\SHLWAPI.dll
- 0x000007fefe2e0000 - 0x000007fefe30e000 C:\Windows\system32\IMM32.DLL
- 0x000007fefeea0000 - 0x000007fefefa9000 C:\Windows\system32\MSCTF.dll
- 0x000000005e020000 - 0x000000005e0f2000 C:\Program Files\Java\jre7\bin\msvcr100.dll
- 0x000000005c670000 - 0x000000005ce39000 C:\Program Files\Java\jre7\bin\server\jvm.dll
- 0x000007fefb840000 - 0x000007fefb849000 C:\Windows\system32\WSOCK32.dll
- 0x000007fefe310000 - 0x000007fefe35d000 C:\Windows\system32\WS2_32.dll
- 0x000007feff150000 - 0x000007feff158000 C:\Windows\system32\NSI.dll
- 0x000007fefa0b0000 - 0x000007fefa0eb000 C:\Windows\system32\WINMM.dll
- 0x0000000077cf0000 - 0x0000000077cf7000 C:\Windows\system32\PSAPI.DLL
- 0x0000000074cc0000 - 0x0000000074ccf000 C:\Program Files\Java\jre7\bin\verify.dll
- 0x000000005e260000 - 0x000000005e288000 C:\Program Files\Java\jre7\bin\java.dll
- 0x000000005e240000 - 0x000000005e255000 C:\Program Files\Java\jre7\bin\zip.dll
- 0x000000005df80000 - 0x000000005df99000 C:\Program Files\Java\jre7\bin\net.dll
- 0x000007fefc340000 - 0x000007fefc395000 C:\Windows\system32\mswsock.dll
- 0x000007fefc330000 - 0x000007fefc337000 C:\Windows\System32\wship6.dll
- 0x000000005e220000 - 0x000000005e231000 C:\Program Files\Java\jre7\bin\nio.dll
- 0x000000005d5b0000 - 0x000000005d745000 C:\Program Files\Java\jre7\bin\awt.dll
- 0x000007fefd270000 - 0x000007fefd347000 C:\Windows\system32\OLEAUT32.dll
- 0x000007fefec90000 - 0x000007fefee93000 C:\Windows\system32\ole32.dll
- 0x000007fefae50000 - 0x000007fefae68000 C:\Windows\system32\DWMAPI.DLL
- 0x000007fefca00000 - 0x000007fefca0f000 C:\Windows\system32\CRYPTBASE.dll
- 0x000007fee7040000 - 0x000007fee723f000 C:\Windows\system32\d3d9.dll
- 0x000007fefbc20000 - 0x000007fefbc2c000 C:\Windows\system32\VERSION.dll
- 0x000007feec180000 - 0x000007feec187000 C:\Windows\system32\d3d8thk.dll
- 0x000007fee6f20000 - 0x000007fee703e000 C:\Windows\system32\aticfx64.dll
- 0x000007feec160000 - 0x000007feec17f000 C:\Windows\system32\atiu9p64.dll
- 0x000007fee4140000 - 0x000007fee47d8000 C:\Windows\system32\atiumd64.dll
- 0x000000005d9d0000 - 0x000000005deba000 C:\Windows\system32\atiumd6a.dll
- 0x000007fefd550000 - 0x000007fefe2d8000 C:\Windows\system32\SHELL32.dll
- 0x000000005dee0000 - 0x000000005df27000 C:\Program Files\Java\jre7\bin\fontmanager.dll
- 0x000000005df30000 - 0x000000005df71000 C:\Program Files\Java\jre7\bin\t2k.dll
- 0x000000005d970000 - 0x000000005d99a000 C:\Program Files\Java\jre7\bin\dcpr.dll
- 0x0000000180000000 - 0x0000000180048000 C:\Users\Zerot Zallander\Downloads\FTB\Unleashed\minecraft\bin\natives\lwjgl64.dll
- 0x000007feec040000 - 0x000007feec15d000 C:\Windows\system32\OPENGL32.dll
- 0x000007feec010000 - 0x000007feec03d000 C:\Windows\system32\GLU32.dll
- 0x000007feebf10000 - 0x000007feec001000 C:\Windows\system32\DDRAW.dll
- 0x000007feec200000 - 0x000007feec208000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefe4e0000 - 0x000007fefe6b7000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefcd60000 - 0x000007fefcd96000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefcd30000 - 0x000007fefcd4a000 C:\Windows\system32\DEVOBJ.dll
- 0x000007fefc590000 - 0x000007fefc5a7000 C:\Windows\system32\CRYPTSP.dll
- 0x000007fefc0a0000 - 0x000007fefc0e7000 C:\Windows\system32\rsaenh.dll
- 0x000007fefbe10000 - 0x000007fefbe2e000 C:\Windows\system32\USERENV.dll
- 0x000007fefcb10000 - 0x000007fefcb1f000 C:\Windows\system32\profapi.dll
- 0x000007fef9f80000 - 0x000007fef9f95000 C:\Windows\system32\NLAapi.dll
- 0x000007feed430000 - 0x000007feed445000 C:\Windows\system32\napinsp.dll
- 0x000007feed410000 - 0x000007feed429000 C:\Windows\system32\pnrpnsp.dll
- 0x000007fefc1c0000 - 0x000007fefc21b000 C:\Windows\system32\DNSAPI.dll
- 0x000007feed400000 - 0x000007feed40b000 C:\Windows\System32\winrnr.dll
- 0x000007feed3e0000 - 0x000007feed3f0000 C:\Windows\system32\wshbth.dll
- 0x00000000750a0000 - 0x00000000750c6000 C:\Program Files\Bonjour\mdnsNSP.dll
- 0x000007fef9dd0000 - 0x000007fef9df7000 C:\Windows\system32\Iphlpapi.DLL
- 0x000007fef9dc0000 - 0x000007fef9dcb000 C:\Windows\system32\WINNSI.DLL
- 0x000007fef1f60000 - 0x000007fef1f8f000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
- 0x000007fef8f60000 - 0x000007fef8fb3000 C:\Windows\System32\fwpuclnt.dll
- 0x000007fef1f30000 - 0x000007fef1f38000 C:\Windows\system32\rasadhlp.dll
- 0x000000005e010000 - 0x000000005e017000 C:\Program Files\Java\jre7\bin\jawt.dll
- 0x000007fefb820000 - 0x000007fefb829000 C:\Windows\system32\atig6pxx.dll
- 0x000007fef92c0000 - 0x000007fef9366000 C:\Windows\system32\atiadlxx.dll
- 0x000007fefba70000 - 0x000007fefba81000 C:\Windows\system32\WTSAPI32.dll
- 0x000007fefcdb0000 - 0x000007fefcdea000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefcbc0000 - 0x000007fefcd2c000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefcbb0000 - 0x000007fefcbbf000 C:\Windows\system32\MSASN1.dll
- 0x000000005af80000 - 0x000000005c663000 C:\Windows\system32\atio6axx.dll
- 0x000007feedea0000 - 0x000007feedeae000 C:\Windows\system32\atig6txx.dll
- 0x0000000074cb0000 - 0x0000000074cbb000 C:\Program Files\Java\jre7\bin\management.dll
- 0x000007fefbcf0000 - 0x000007fefbcf7000 C:\Windows\System32\wshtcpip.dll
- 0x000000005d9a0000 - 0x000000005d9c4000 C:\Program Files\Java\jre7\bin\sunec.dll
- 0x000000005e210000 - 0x000000005e21b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
- 0x000007feead80000 - 0x000007feeaea2000 C:\Users\Zerot Zallander\Downloads\FTB\Unleashed\minecraft\bin\natives\OpenAL64.dll
- 0x000007feeb440000 - 0x000007feeb4c8000 C:\Windows\system32\dsound.dll
- 0x000007fefa4f0000 - 0x000007fefa51c000 C:\Windows\system32\POWRPROF.dll
- 0x000007fefefb0000 - 0x000007feff049000 C:\Windows\system32\CLBCatQ.DLL
- 0x000007fefae70000 - 0x000007fefaebb000 C:\Windows\System32\MMDevApi.dll
- 0x000007fefb270000 - 0x000007fefb39c000 C:\Windows\System32\PROPSYS.dll
- 0x000007fef9f40000 - 0x000007fef9f7b000 C:\Windows\system32\wdmaud.drv
- 0x00000000756e0000 - 0x00000000756e6000 C:\Windows\system32\ksuser.dll
- 0x000007fefa220000 - 0x000007fefa229000 C:\Windows\system32\AVRT.dll
- 0x000007fef9e60000 - 0x000007fef9eaf000 C:\Windows\system32\AUDIOSES.DLL
- 0x000007fef9e50000 - 0x000007fef9e5a000 C:\Windows\system32\msacm32.drv
- 0x000007fef9e10000 - 0x000007fef9e28000 C:\Windows\system32\MSACM32.dll
- 0x000007fef9e00000 - 0x000007fef9e09000 C:\Windows\system32\midimap.dll
- 0x0000000018c80000 - 0x0000000018cbb000 D:\Gamez!\mc\jacob-1.17-M2-x64.dll
- 0x000007fee38f0000 - 0x000007fee3a54000 C:\Windows\System32\Speech\Common\sapi.dll
- 0x000007feedeb0000 - 0x000007feedebd000 C:\Windows\system32\msdmo.dll
- 0x000007fefca10000 - 0x000007fefcaa1000 C:\Windows\system32\SXS.DLL
- 0x0000000018fc0000 - 0x0000000018ff9000 C:\Program Files\Java\jre7\bin\kcms.dll
- 0x000007fef8fc0000 - 0x000007fef8fd1000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x000007fef90f0000 - 0x000007fef9108000 C:\Windows\system32\dhcpcsvc.DLL
- 0x000000001c3c0000 - 0x000000001c462000 C:\Program Files\Java\jre7\bin\mlib_image.dll
- 0x000007feef900000 - 0x000007feefa25000 C:\Windows\system32\dbghelp.dll
- VM Arguments:
- jvm_args: -Xms256M -Xmx7656M -XX:PermSize=128m -Djava.net.preferIPv4Stack=true
- java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\Zerot Zallander\Downloads\FTB/Unleashed/minecraft C:\Users\Zerot Zallander\AppData\Roaming/ftblauncher/ModPacks\Unleashed\FTB_temp.gif MinecraftForge.zip ZerotZallander 8c487e7290f940a3824d4beb6a316cfb FTB Unleashed v1.1.7 C:\Users\Zerot Zallander\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\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Adobe\AGL;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Windows Live\Shared
- USERNAME=Zerot Zallander
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=AMD64 Family 18 Model 1 Stepping 0, AuthenticAMD
- --------------- S Y S T E M ---------------
- OS: Windows 7 , 64 bit Build 7601 Service Pack 1
- CPU:total 4 (4 cores per cpu, 1 threads per core) family 18 model 1 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv
- Memory: 4k page, physical 7840608k(852764k free), swap 15679352k(2398848k free)
- vm_info: Java HotSpot(TM) 64-Bit Server VM (24.51-b03) for windows-amd64 JRE (1.7.0_51-b13), built on Dec 18 2013 18:40:56 by "java_re" with unknown MS VC++:1600
- time: Sun Apr 13 11:47:35 2014
- elapsed time: 299 seconds
Add Comment
Please, Sign In to add comment