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=0x000007fee5936220, pid=10044, tid=11572
- #
- # 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 (0x000000001ac2b800): JavaThread "Thread-19" [_thread_in_native, id=11572, stack(0x000000001f330000,0x000000001f430000)]
- siginfo: ExceptionCode=0xc0000005, writing address 0xffffffffd77c4790
- Registers:
- RAX=0x00000000137a5350, RBX=0xffffffffd77c4770, RCX=0x00000000137a0000, RDX=0x0000000000000088
- RSP=0x000000001f42ed10, RBP=0x00000000137aed00, RSI=0x00000000ffffffff, RDI=0x0000000000000005
- R8 =0x00000000137a5340, R9 =0x00000000137a5350, R10=0x000000000271237c, R11=0x00000000137aed00
- R12=0x00000000137a6fe0, R13=0x00000007fc633e88, R14=0x000000001f42edf0, R15=0x000000001ac2b800
- RIP=0x000007fee5936220, EFLAGS=0x0000000000010246
- Top of Stack: (sp=0x000000001f42ed10)
- 0x000000001f42ed10: ffffffffd77c4770 00000000ffffffff
- 0x000000001f42ed20: 00000007fc612d50 000000001f42ed88
- 0x000000001f42ed30: 0000000000000000 00000000027123a8
- 0x000000001f42ed40: 00000007fc633e88 000000001f42edc0
- 0x000000001f42ed50: 0000000000000013 0000000000000005
- 0x000000001f42ed60: 00000000d77c4770 0000000000000000
- 0x000000001f42ed70: 00000007870d0aa0 000000074eba9fc8
- 0x000000001f42ed80: 000000001f42ed80 0000000000000000
- 0x000000001f42ed90: 000000001f42edf0 00000007fc636c10
- 0x000000001f42eda0: 0000000000000000 00000007fc633e88
- 0x000000001f42edb0: 0000000000000000 000000001f42ede0
- 0x000000001f42edc0: 000000001f42ee38 00000000027061f8
- 0x000000001f42edd0: 000000077c7cec58 000000000270f1d8
- 0x000000001f42ede0: 00000000d77c4770 0000000000001009
- 0x000000001f42edf0: 00000000137aed00 000000001f42edf8
- 0x000000001f42ee00: 00000007fc6238ef 000000001f42ee50
- Instructions: (pc=0x000007fee5936220)
- 0x000007fee5936200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40
- 0x000007fee5936210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00
- 0x000007fee5936220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89
- 0x000007fee5936230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00
- Register to memory mapping:
- RAX=0x00000000137a5350 is an unknown value
- RBX=0xffffffffd77c4770 is an unknown value
- RCX=0x00000000137a0000 is an unknown value
- RDX=0x0000000000000088 is an unknown value
- RSP=0x000000001f42ed10 is pointing into the stack for thread: 0x000000001ac2b800
- RBP=0x00000000137aed00 is an unknown value
- RSI=0x00000000ffffffff is an unknown value
- RDI=0x0000000000000005 is an unknown value
- R8 =0x00000000137a5340 is an unknown value
- R9 =0x00000000137a5350 is an unknown value
- R10=0x000000000271237c is an Interpreter codelet
- method entry point (kind = native) [0x0000000002712100, 0x0000000002712980] 2176 bytes
- R11=0x00000000137aed00 is an unknown value
- R12=0x00000000137a6fe0 is an unknown value
- R13=0x00000007fc633e88 is an oop
- {method}
- - klass: {other class}
- R14=0x000000001f42edf0 is pointing into the stack for thread: 0x000000001ac2b800
- R15=0x000000001ac2b800 is a thread
- Stack: [0x000000001f330000,0x000000001f430000], sp=0x000000001f42ed10, free space=1019k
- 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
- v ~StubRoutines::call_stub
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x000000001ac2a000 JavaThread "Thread-50" [_thread_blocked, id=15200, stack(0x0000000044840000,0x0000000044940000)]
- 0x000000001ac32800 JavaThread "Thread-49" [_thread_blocked, id=1320, stack(0x0000000060a00000,0x0000000060b00000)]
- 0x000000001ac34000 JavaThread "Client write thread" [_thread_blocked, id=12808, stack(0x0000000045420000,0x0000000045520000)]
- 0x000000001ac34800 JavaThread "Client read thread" [_thread_in_native, id=10932, stack(0x0000000044700000,0x0000000044800000)]
- 0x000000001ac31800 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=13424, stack(0x00000000530e0000,0x00000000531e0000)]
- 0x000000001ac31000 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=8752, stack(0x0000000052910000,0x0000000052a10000)]
- 0x000000001ac2e800 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=3604, stack(0x0000000052f50000,0x0000000053050000)]
- 0x000000001ac2d000 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=16832, stack(0x0000000052c60000,0x0000000052d60000)]
- 0x000000001ac2e000 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=5252, stack(0x0000000052d70000,0x0000000052e70000)]
- 0x000000001ac29800 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=16100, stack(0x0000000052b40000,0x0000000052c40000)]
- 0x000000001ac2f800 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=13344, stack(0x0000000052a20000,0x0000000052b20000)]
- 0x000000001ac30000 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=7552, stack(0x00000000527d0000,0x00000000528d0000)]
- 0x000000001ac2c800 JavaThread "Thread-20" [_thread_blocked, id=16592, stack(0x000000001f000000,0x000000001f100000)]
- =>0x000000001ac2b800 JavaThread "Thread-19" [_thread_in_native, id=11572, stack(0x000000001f330000,0x000000001f430000)]
- 0x000000001ac28000 JavaThread "TC Aura Update Thread" [_thread_blocked, id=15012, stack(0x000000001ed00000,0x000000001ee00000)]
- 0x000000001ac28800 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=10652, stack(0x00000000180b0000,0x00000000181b0000)]
- 0x000000001ac27000 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=13100, stack(0x000000001eb10000,0x000000001ec10000)]
- 0x00000000001cc800 JavaThread "DestroyJavaVM" [_thread_blocked, id=12572, stack(0x0000000002600000,0x0000000002700000)]
- 0x000000001748c800 JavaThread "Minecraft main thread" [_thread_blocked, id=15056, stack(0x00000000121a0000,0x00000000122a0000)]
- 0x0000000017342000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=15924, stack(0x0000000013490000,0x0000000013590000)]
- 0x0000000018c39800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=11936, stack(0x00000000163b0000,0x00000000164b0000)]
- 0x000000000ec7d800 JavaThread "Thread-4" daemon [_thread_blocked, id=14632, stack(0x00000000164b0000,0x00000000165b0000)]
- 0x000000000eb66000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=6364, stack(0x0000000012e60000,0x0000000012f60000)]
- 0x000000000e9d3800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=12656, stack(0x0000000012000000,0x0000000012100000)]
- 0x000000000e9ed800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=12196, stack(0x000000000f1b0000,0x000000000f2b0000)]
- 0x000000000e9ea800 JavaThread "AWT-Shutdown" [_thread_blocked, id=3308, stack(0x000000000f000000,0x000000000f100000)]
- 0x000000000e824800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=7232, stack(0x000000000eef0000,0x000000000eff0000)]
- 0x000000000d2c0800 JavaThread "Service Thread" daemon [_thread_blocked, id=8620, stack(0x000000000dfe0000,0x000000000e0e0000)]
- 0x000000000d2be800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8200, stack(0x000000000de60000,0x000000000df60000)]
- 0x000000000d2b8800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=13208, stack(0x000000000dbf0000,0x000000000dcf0000)]
- 0x000000000d2b7800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9912, stack(0x000000000d3b0000,0x000000000d4b0000)]
- 0x000000000d2b3000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9352, stack(0x000000000d950000,0x000000000da50000)]
- 0x000000000d2b2000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=5508, stack(0x000000000da50000,0x000000000db50000)]
- 0x000000000d233800 JavaThread "Finalizer" daemon [_thread_blocked, id=10276, stack(0x000000000d830000,0x000000000d930000)]
- 0x000000000d22b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=10988, stack(0x000000000d650000,0x000000000d750000)]
- Other Threads:
- 0x000000000d221800 VMThread [stack: 0x000000000d4e0000,0x000000000d5e0000] [id=7480]
- 0x000000000d2da000 WatcherThread [stack: 0x000000000e130000,0x000000000e230000] [id=1668]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- par new generation total 308608K, used 145360K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 40% used [0x0000000748000000, 0x000000074ec84398, 0x0000000758bf0000)
- from space 34240K, 100% used [0x000000075ad60000, 0x000000075ced0000, 0x000000075ced0000)
- to space 34240K, 0% used [0x0000000758bf0000, 0x0000000758bf0000, 0x000000075ad60000)
- concurrent mark-sweep generation total 1414484K, used 817867K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106116K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Card table byte_map: [0x0000000006210000,0x00000000067e0000] byte_map_base: 0x00000000027d0000
- Polling page: 0x0000000000130000
- Code Cache [0x0000000002700000, 0x00000000038b0000, 0x0000000005700000)
- total_blobs=6541 nmethods=5337 adapters=1152 free_code_cache=31305Kb largest_free_block=31849856
- Compilation events (10 events):
- Event: 926.984 Thread 0x000000000d2b8800 200 % com.thevoxelbox.voxelmap.VoxelMap::getCurrentLightAndSkyColor @ 53 (681 bytes)
- Event: 927.031 Thread 0x000000000d2b8800 nmethod 200% 0x0000000003899350 code [0x0000000003899720, 0x000000000389add0]
- Event: 927.056 Thread 0x000000000d2be800 5853 com.thevoxelbox.voxelmap.VoxelMap::getCurrentLightAndSkyColor (681 bytes)
- Event: 927.056 Thread 0x000000000d2b8800 5854 net.minecraft.potion.PotionEffect::func_76459_b (5 bytes)
- Event: 927.056 Thread 0x000000000d2b8800 nmethod 5854 0x0000000003438790 code [0x00000000034388c0, 0x0000000003438918]
- Event: 927.101 Thread 0x000000000d2be800 nmethod 5853 0x000000000389c550 code [0x000000000389c920, 0x000000000389def0]
- Event: 927.304 Thread 0x000000000d2b8800 5855 mods.railcraft.client.render.LiquidRenderer::setupFlowingLiquidTexture (155 bytes)
- Event: 927.311 Thread 0x000000000d2b8800 nmethod 5855 0x000000000389f590 code [0x000000000389f740, 0x000000000389fbe8]
- Event: 942.804 Thread 0x000000000d2be800 5856 thermalexpansion.block.device.TileEnergyCell::func_70316_g (139 bytes)
- Event: 942.807 Thread 0x000000000d2be800 nmethod 5856 0x0000000003895590 code [0x0000000003895740, 0x0000000003895960]
- GC Heap History (10 events):
- Event: 891.997 GC heap before
- {Heap before GC invocations=297 (full 38):
- par new generation total 308608K, used 301076K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 100% used [0x0000000748000000, 0x0000000758bf0000, 0x0000000758bf0000)
- from space 34240K, 78% used [0x0000000758bf0000, 0x000000075a605130, 0x000000075ad60000)
- to space 34240K, 0% used [0x000000075ad60000, 0x000000075ad60000, 0x000000075ced0000)
- concurrent mark-sweep generation total 1414484K, used 730932K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106094K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 892.020 GC heap after
- Heap after GC invocations=298 (full 38):
- par new generation total 308608K, used 30629K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 0% used [0x0000000748000000, 0x0000000748000000, 0x0000000758bf0000)
- from space 34240K, 89% used [0x000000075ad60000, 0x000000075cb494e8, 0x000000075ced0000)
- to space 34240K, 0% used [0x0000000758bf0000, 0x0000000758bf0000, 0x000000075ad60000)
- concurrent mark-sweep generation total 1414484K, used 736379K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106094K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 901.025 GC heap before
- {Heap before GC invocations=298 (full 38):
- par new generation total 308608K, used 304997K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 100% used [0x0000000748000000, 0x0000000758bf0000, 0x0000000758bf0000)
- from space 34240K, 89% used [0x000000075ad60000, 0x000000075cb494e8, 0x000000075ced0000)
- to space 34240K, 0% used [0x0000000758bf0000, 0x0000000758bf0000, 0x000000075ad60000)
- concurrent mark-sweep generation total 1414484K, used 736379K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106109K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 901.086 GC heap after
- Heap after GC invocations=299 (full 38):
- par new generation total 308608K, used 34240K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 0% used [0x0000000748000000, 0x0000000748000000, 0x0000000758bf0000)
- from space 34240K, 100% used [0x0000000758bf0000, 0x000000075ad60000, 0x000000075ad60000)
- to space 34240K, 0% used [0x000000075ad60000, 0x000000075ad60000, 0x000000075ced0000)
- concurrent mark-sweep generation total 1414484K, used 757062K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106109K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 916.417 GC heap before
- {Heap before GC invocations=299 (full 38):
- par new generation total 308608K, used 308608K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 100% used [0x0000000748000000, 0x0000000758bf0000, 0x0000000758bf0000)
- from space 34240K, 100% used [0x0000000758bf0000, 0x000000075ad60000, 0x000000075ad60000)
- to space 34240K, 0% used [0x000000075ad60000, 0x000000075ad60000, 0x000000075ced0000)
- concurrent mark-sweep generation total 1414484K, used 757062K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106112K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 916.441 GC heap after
- Heap after GC invocations=300 (full 38):
- par new generation total 308608K, used 26984K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 0% used [0x0000000748000000, 0x0000000748000000, 0x0000000758bf0000)
- from space 34240K, 78% used [0x000000075ad60000, 0x000000075c7ba278, 0x000000075ced0000)
- to space 34240K, 0% used [0x0000000758bf0000, 0x0000000758bf0000, 0x000000075ad60000)
- concurrent mark-sweep generation total 1414484K, used 768995K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106112K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 929.254 GC heap before
- {Heap before GC invocations=300 (full 38):
- par new generation total 308608K, used 300544K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 99% used [0x0000000748000000, 0x0000000758b25f58, 0x0000000758bf0000)
- from space 34240K, 78% used [0x000000075ad60000, 0x000000075c7ba278, 0x000000075ced0000)
- to space 34240K, 0% used [0x0000000758bf0000, 0x0000000758bf0000, 0x000000075ad60000)
- concurrent mark-sweep generation total 1414484K, used 768995K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106114K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 929.312 GC heap after
- Heap after GC invocations=301 (full 38):
- par new generation total 308608K, used 34240K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 0% used [0x0000000748000000, 0x0000000748000000, 0x0000000758bf0000)
- from space 34240K, 100% used [0x0000000758bf0000, 0x000000075ad60000, 0x000000075ad60000)
- to space 34240K, 0% used [0x000000075ad60000, 0x000000075ad60000, 0x000000075ced0000)
- concurrent mark-sweep generation total 1414484K, used 783118K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106114K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 946.818 GC heap before
- {Heap before GC invocations=301 (full 38):
- par new generation total 308608K, used 308608K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 100% used [0x0000000748000000, 0x0000000758bf0000, 0x0000000758bf0000)
- from space 34240K, 100% used [0x0000000758bf0000, 0x000000075ad60000, 0x000000075ad60000)
- to space 34240K, 0% used [0x000000075ad60000, 0x000000075ad60000, 0x000000075ced0000)
- concurrent mark-sweep generation total 1414484K, used 783118K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106114K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 946.871 GC heap after
- Heap after GC invocations=302 (full 38):
- par new generation total 308608K, used 34240K [0x0000000748000000, 0x000000075ced0000, 0x0000000771990000)
- eden space 274368K, 0% used [0x0000000748000000, 0x0000000748000000, 0x0000000758bf0000)
- from space 34240K, 100% used [0x000000075ad60000, 0x000000075ced0000, 0x000000075ced0000)
- to space 34240K, 0% used [0x0000000758bf0000, 0x0000000758bf0000, 0x000000075ad60000)
- concurrent mark-sweep generation total 1414484K, used 817867K [0x0000000771990000, 0x00000007c7ee5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 106114K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Deoptimization events (10 events):
- Event: 850.012 Thread 0x000000001748c800 Uncommon trap -34 fr.pc 0x0000000003444b24
- Event: 850.012 Thread 0x000000001748c800 Uncommon trap -34 fr.pc 0x0000000003444b24
- Event: 850.012 Thread 0x000000001748c800 Uncommon trap -34 fr.pc 0x0000000003444b24
- Event: 850.050 Thread 0x000000001748c800 Uncommon trap -34 fr.pc 0x0000000003444b24
- Event: 861.908 Thread 0x000000001748c800 Uncommon trap -83 fr.pc 0x00000000037c812c
- Event: 921.910 Thread 0x000000001748c800 Uncommon trap -83 fr.pc 0x0000000003012bb4
- Event: 921.912 Thread 0x000000001748c800 Uncommon trap -83 fr.pc 0x00000000035b45a4
- Event: 921.922 Thread 0x000000001748c800 Uncommon trap -83 fr.pc 0x000000000315e180
- Event: 923.706 Thread 0x000000001748c800 Uncommon trap -34 fr.pc 0x0000000002f8b278
- Event: 923.706 Thread 0x000000001748c800 Uncommon trap -34 fr.pc 0x0000000002f8b278
- Internal exceptions (10 events):
- Event: 951.111 Thread 0x000000001ac2b800 Threw 0x000000074ea10ef8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 951.111 Thread 0x000000001ac2b800 Threw 0x000000074ea11068 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 951.111 Thread 0x000000001ac2b800 Threw 0x000000074ea111d8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2915
- Event: 951.111 Thread 0x000000001ac2b800 Threw 0x000000074ea11348 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 951.113 Thread 0x000000001ac2b800 Threw 0x000000074ea114b8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 951.113 Thread 0x000000001ac2b800 Threw 0x000000074ea12020 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2915
- Event: 951.113 Thread 0x000000001ac2b800 Threw 0x000000074ea12318 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2915
- Event: 951.113 Thread 0x000000001ac2b800 Threw 0x000000074ea12488 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 951.113 Thread 0x000000001ac2b800 Threw 0x000000074ea13178 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2915
- Event: 951.113 Thread 0x000000001ac2b800 Threw 0x000000074ea132e8 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Events (10 events):
- Event: 941.878 Thread 0x0000000021f6b000 Thread added: 0x0000000021f6b000
- Event: 941.881 Executing VM operation: RevokeBias
- Event: 941.881 Executing VM operation: RevokeBias done
- Event: 941.881 Thread 0x0000000021f6b000 Thread exited: 0x0000000021f6b000
- Event: 946.818 Executing VM operation: GenCollectForAllocation
- Event: 946.871 Executing VM operation: GenCollectForAllocation done
- Event: 946.888 Thread 0x0000000021f6b000 Thread added: 0x0000000021f6b000
- Event: 946.892 Executing VM operation: RevokeBias
- Event: 946.892 Executing VM operation: RevokeBias done
- Event: 946.892 Thread 0x0000000021f6b000 Thread exited: 0x0000000021f6b000
- Dynamic libraries:
- 0x000000013ff50000 - 0x000000013ff83000 C:\Program Files\Java\jre7\bin\javaw.exe
- 0x00000000772b0000 - 0x0000000077459000 C:\Windows\SYSTEM32\ntdll.dll
- 0x0000000077190000 - 0x00000000772af000 C:\Windows\system32\kernel32.dll
- 0x000007fefd2f0000 - 0x000007fefd35b000 C:\Windows\system32\KERNELBASE.dll
- 0x000007fefd760000 - 0x000007fefd83b000 C:\Windows\system32\ADVAPI32.dll
- 0x000007fefef60000 - 0x000007fefefff000 C:\Windows\system32\msvcrt.dll
- 0x000007fefef40000 - 0x000007fefef5f000 C:\Windows\SYSTEM32\sechost.dll
- 0x000007fefd4c0000 - 0x000007fefd5ed000 C:\Windows\system32\RPCRT4.dll
- 0x0000000077090000 - 0x000000007718a000 C:\Windows\system32\USER32.dll
- 0x000007fefd5f0000 - 0x000007fefd657000 C:\Windows\system32\GDI32.dll
- 0x000007fefda50000 - 0x000007fefda5e000 C:\Windows\system32\LPK.dll
- 0x000007fefda60000 - 0x000007fefdb29000 C:\Windows\system32\USP10.dll
- 0x000007fefb780000 - 0x000007fefb974000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
- 0x000007fefdd40000 - 0x000007fefddb1000 C:\Windows\system32\SHLWAPI.dll
- 0x000007fefdb30000 - 0x000007fefdb5e000 C:\Windows\system32\IMM32.DLL
- 0x000007fefdfa0000 - 0x000007fefe0a9000 C:\Windows\system32\MSCTF.dll
- 0x00000000741c0000 - 0x0000000074291000 C:\Program Files\Java\jre7\bin\msvcr100.dll
- 0x0000000073ab0000 - 0x00000000741bf000 C:\Program Files\Java\jre7\bin\server\jvm.dll
- 0x000007fefa1e0000 - 0x000007fefa1e9000 C:\Windows\system32\WSOCK32.dll
- 0x000007fefe0b0000 - 0x000007fefe0fd000 C:\Windows\system32\WS2_32.dll
- 0x000007fefee90000 - 0x000007fefee98000 C:\Windows\system32\NSI.dll
- 0x000007fefaff0000 - 0x000007fefb02b000 C:\Windows\system32\WINMM.dll
- 0x0000000077470000 - 0x0000000077477000 C:\Windows\system32\PSAPI.DLL
- 0x0000000074370000 - 0x000000007437f000 C:\Program Files\Java\jre7\bin\verify.dll
- 0x0000000074340000 - 0x0000000074368000 C:\Program Files\Java\jre7\bin\java.dll
- 0x0000000074320000 - 0x0000000074335000 C:\Program Files\Java\jre7\bin\zip.dll
- 0x0000000074300000 - 0x0000000074319000 C:\Program Files\Java\jre7\bin\net.dll
- 0x000007fefc900000 - 0x000007fefc955000 C:\Windows\system32\mswsock.dll
- 0x000007fefc8f0000 - 0x000007fefc8f7000 C:\Windows\System32\wship6.dll
- 0x00000000742e0000 - 0x00000000742f1000 C:\Program Files\Java\jre7\bin\nio.dll
- 0x0000000073020000 - 0x00000000731b5000 C:\Program Files\Java\jre7\bin\awt.dll
- 0x000007feff000000 - 0x000007feff0d7000 C:\Windows\system32\OLEAUT32.dll
- 0x000007fefd840000 - 0x000007fefda43000 C:\Windows\system32\ole32.dll
- 0x000007fefb2f0000 - 0x000007fefb308000 C:\Windows\system32\DWMAPI.DLL
- 0x000007fefb6d0000 - 0x000007fefb726000 C:\Windows\system32\uxtheme.dll
- 0x0000000061540000 - 0x0000000061574000 C:\Fraps\fraps64.dll
- 0x000007fefcfc0000 - 0x000007fefcfcf000 C:\Windows\system32\CRYPTBASE.dll
- 0x000007feea7e0000 - 0x000007feea9df000 C:\Windows\system32\d3d9.dll
- 0x000007fefc1d0000 - 0x000007fefc1dc000 C:\Windows\system32\VERSION.dll
- 0x000007feea7d0000 - 0x000007feea7d7000 C:\Windows\system32\d3d8thk.dll
- 0x000007feea6b0000 - 0x000007feea7cc000 C:\Windows\system32\aticfx64.dll
- 0x000007feea690000 - 0x000007feea6b0000 C:\Windows\system32\atiu9p64.dll
- 0x000007fee9fd0000 - 0x000007feea688000 C:\Windows\system32\atiumd64.dll
- 0x000000006ec30000 - 0x000000006f0fd000 C:\Windows\system32\atiumd6a.dll
- 0x000007fefe100000 - 0x000007fefee88000 C:\Windows\system32\SHELL32.dll
- 0x00000000742a0000 - 0x00000000742df000 C:\Program Files\Java\jre7\bin\fontmanager.dll
- 0x0000000073a60000 - 0x0000000073aa1000 C:\Program Files\Java\jre7\bin\t2k.dll
- 0x0000000073a20000 - 0x0000000073a4a000 C:\Program Files\Java\jre7\bin\dcpr.dll
- 0x0000000180000000 - 0x0000000180048000 C:\Users\Sonic\Documents\FTB\Unleashed\minecraft\bin\natives\lwjgl64.dll
- 0x000007fee6500000 - 0x000007fee661d000 C:\Windows\system32\OPENGL32.dll
- 0x000007feeddf0000 - 0x000007feede1d000 C:\Windows\system32\GLU32.dll
- 0x000007fee6e70000 - 0x000007fee6f61000 C:\Windows\system32\DDRAW.dll
- 0x000007fef8c70000 - 0x000007fef8c78000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefdb60000 - 0x000007fefdd37000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefd360000 - 0x000007fefd396000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefd140000 - 0x000007fefd15a000 C:\Windows\system32\DEVOBJ.dll
- 0x000007fefc960000 - 0x000007fefc977000 C:\Windows\system32\CRYPTSP.dll
- 0x000007fefc620000 - 0x000007fefc667000 C:\Windows\system32\rsaenh.dll
- 0x000007fefc3e0000 - 0x000007fefc3fe000 C:\Windows\system32\USERENV.dll
- 0x000007fefd090000 - 0x000007fefd09f000 C:\Windows\system32\profapi.dll
- 0x000007fefae80000 - 0x000007fefae95000 C:\Windows\system32\NLAapi.dll
- 0x000007fef9610000 - 0x000007fef9625000 C:\Windows\system32\napinsp.dll
- 0x000007fef95f0000 - 0x000007fef9609000 C:\Windows\system32\pnrpnsp.dll
- 0x000007fefc780000 - 0x000007fefc7db000 C:\Windows\system32\DNSAPI.dll
- 0x000007fef95e0000 - 0x000007fef95eb000 C:\Windows\System32\winrnr.dll
- 0x000007fefc2c0000 - 0x000007fefc2c7000 C:\Windows\System32\wshtcpip.dll
- 0x000007fefab40000 - 0x000007fefab67000 C:\Windows\system32\IPHLPAPI.DLL
- 0x000007fefab30000 - 0x000007fefab3b000 C:\Windows\system32\WINNSI.DLL
- 0x000007fef8c60000 - 0x000007fef8c68000 C:\Windows\system32\rasadhlp.dll
- 0x000007fefa9f0000 - 0x000007fefaa43000 C:\Windows\System32\fwpuclnt.dll
- 0x0000000073850000 - 0x0000000073857000 C:\Program Files\Java\jre7\bin\jawt.dll
- 0x000007fef8c20000 - 0x000007fef8c29000 C:\Windows\system32\atig6pxx.dll
- 0x000000005c120000 - 0x000000005d8ba000 C:\Windows\system32\atio6axx.dll
- 0x000007fefa080000 - 0x000007fefa12a000 C:\Windows\system32\atiadlxx.dll
- 0x000007fefbdd0000 - 0x000007fefbefc000 C:\Windows\system32\PROPSYS.dll
- 0x000007fefc1e0000 - 0x000007fefc1f1000 C:\Windows\system32\WTSAPI32.dll
- 0x000007fefd440000 - 0x000007fefd47a000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefd180000 - 0x000007fefd2ec000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefd130000 - 0x000007fefd13f000 C:\Windows\system32\MSASN1.dll
- 0x000007fef8b70000 - 0x000007fef8b7f000 C:\Windows\system32\atig6txx.dll
- 0x0000000073a50000 - 0x0000000073a5b000 C:\Program Files\Java\jre7\bin\management.dll
- 0x00000000739f0000 - 0x0000000073a14000 C:\Program Files\Java\jre7\bin\sunec.dll
- 0x0000000073880000 - 0x000000007388b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
- 0x000007fee5930000 - 0x000007fee5a52000 C:\Users\Sonic\Documents\FTB\Unleashed\minecraft\bin\natives\OpenAL64.dll
- 0x000007fef6d50000 - 0x000007fef6dd8000 C:\Windows\system32\dsound.dll
- 0x000007fefc1a0000 - 0x000007fefc1cc000 C:\Windows\system32\POWRPROF.dll
- 0x000007fefeea0000 - 0x000007fefef39000 C:\Windows\system32\CLBCatQ.DLL
- 0x000007fefbf00000 - 0x000007fefbf4b000 C:\Windows\System32\MMDevApi.dll
- 0x000007fefaea0000 - 0x000007fefaedb000 C:\Windows\system32\wdmaud.drv
- 0x0000000074eb0000 - 0x0000000074eb6000 C:\Windows\system32\ksuser.dll
- 0x000007fefbdc0000 - 0x000007fefbdc9000 C:\Windows\system32\AVRT.dll
- 0x000007fefac00000 - 0x000007fefac4f000 C:\Windows\system32\AUDIOSES.DLL
- 0x000007fefabc0000 - 0x000007fefabca000 C:\Windows\system32\msacm32.drv
- 0x000007fefaba0000 - 0x000007fefabb8000 C:\Windows\system32\MSACM32.dll
- 0x000007fefab90000 - 0x000007fefab99000 C:\Windows\system32\midimap.dll
- 0x0000000072ff0000 - 0x0000000073020000 C:\Program Files\Java\jre7\bin\jpeg.dll
- 0x000000006d010000 - 0x000000006d049000 C:\Program Files\Java\jre7\bin\kcms.dll
- 0x0000000005b00000 - 0x0000000005b3b000 C:\Users\Sonic\Documents\FTB\jacob-1.17-M2-x64.dll
- 0x000007fee72f0000 - 0x000007fee7454000 C:\Windows\System32\Speech\Common\sapi.dll
- 0x000007fef8c00000 - 0x000007fef8c0d000 C:\Windows\system32\msdmo.dll
- 0x000007fefcfd0000 - 0x000007fefd061000 C:\Windows\system32\SXS.DLL
- 0x000007fefa8c0000 - 0x000007fefa8d1000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x000007fefa940000 - 0x000007fefa958000 C:\Windows\system32\dhcpcsvc.DLL
- 0x000000000f100000 - 0x000000000f1a2000 C:\Program Files\Java\jre7\bin\mlib_image.dll
- 0x000007fef6ad0000 - 0x000007fef6bf5000 C:\Windows\system32\dbghelp.dll
- VM Arguments:
- jvm_args: -Xms256M -Xmx2816M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:PermSize=128m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC
- java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\Sonic\Documents\FTB/Unleashed/minecraft C:\Users\Sonic\AppData\Roaming/ftblauncher/ModPacks\Unleashed\FTB_temp.gif MinecraftForge.zip lambr0 -2179124247653753088 FTB Unleashed v1.1.3 C:\Users\Sonic\AppData\Roaming/ftblauncher/ModPacks\Unleashed\UnleashedIcon.png
- Launcher Type: SUN_STANDARD
- Environment Variables:
- PATH=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\Java\jre7\bin
- USERNAME=Sonic
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 1 Stepping 2, AuthenticAMD
- --------------- S Y S T E M ---------------
- OS: Windows 7 , 64 bit Build 7601 Service Pack 1
- CPU:total 8 (8 cores per cpu, 1 threads per core) family 21 model 1 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv
- Memory: 4k page, physical 12525856k(4860924k free), swap 25049852k(14817028k 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: Mon Sep 09 20:32:11 2013
- elapsed time: 951 seconds
Advertisement
Add Comment
Please, Sign In to add comment