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=0x000007fee1bc6220, pid=5764, tid=7948
- #
- # 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 (0x0000000017177000): JavaThread "Thread-20" [_thread_in_native, id=7948, stack(0x000000001a640000,0x000000001a740000)]
- siginfo: ExceptionCode=0xc0000005, writing address 0xfffffffff91c8650
- Registers:
- RAX=0x0000000019817460, RBX=0xfffffffff91c8630, RCX=0x00000000198f0000, RDX=0x0000000000000088
- RSP=0x000000001a73eba0, RBP=0x00000000198fc990, RSI=0x00000000ffffffff, RDI=0x0000000000000005
- R8 =0x0000000019817450, R9 =0x0000000019817460, R10=0x000000000274237c, R11=0x00000000198fc990
- R12=0x00000000198f6fe0, R13=0x00000007fc9422f8, R14=0x000000001a73ec80, R15=0x0000000017177000
- RIP=0x000007fee1bc6220, EFLAGS=0x0000000000010246
- Top of Stack: (sp=0x000000001a73eba0)
- 0x000000001a73eba0: fffffffff91c8630 00000000ffffffff
- 0x000000001a73ebb0: 00000007fc921698 000000001a73ec18
- 0x000000001a73ebc0: 0000000000000000 00000000027423a8
- 0x000000001a73ebd0: 00000007fc9422f8 000000001a73ec50
- 0x000000001a73ebe0: 0000000000000013 0000000000000005
- 0x000000001a73ebf0: 00000000f91c8630 0000000000000000
- 0x000000001a73ec00: 00000005924170f8 000000056d209558
- 0x000000001a73ec10: 000000001a73ec10 0000000000000000
- 0x000000001a73ec20: 000000001a73ec80 00000007fc945080
- 0x000000001a73ec30: 0000000000000000 00000007fc9422f8
- 0x000000001a73ec40: 0000000000000000 000000001a73ec70
- 0x000000001a73ec50: 000000001a73ecc8 00000000027361f8
- 0x000000001a73ec60: 0000000587256308 000000000273f1d8
- 0x000000001a73ec70: 00000000f91c8630 0000000000001009
- 0x000000001a73ec80: 00000000198fc990 000000001a73ec88
- 0x000000001a73ec90: 00000007fc932237 000000001a73ece0
- Instructions: (pc=0x000007fee1bc6220)
- 0x000007fee1bc6200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40
- 0x000007fee1bc6210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00
- 0x000007fee1bc6220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89
- 0x000007fee1bc6230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00
- Register to memory mapping:
- RAX=0x0000000019817460 is an unknown value
- RBX=0xfffffffff91c8630 is an unknown value
- RCX=0x00000000198f0000 is an unknown value
- RDX=0x0000000000000088 is an unknown value
- RSP=0x000000001a73eba0 is pointing into the stack for thread: 0x0000000017177000
- RBP=0x00000000198fc990 is an unknown value
- RSI=0x00000000ffffffff is an unknown value
- RDI=0x0000000000000005 is an unknown value
- R8 =0x0000000019817450 is an unknown value
- R9 =0x0000000019817460 is an unknown value
- R10=0x000000000274237c is an Interpreter codelet
- method entry point (kind = native) [0x0000000002742100, 0x0000000002742980] 2176 bytes
- R11=0x00000000198fc990 is an unknown value
- R12=0x00000000198f6fe0 is an unknown value
- R13=0x00000007fc9422f8 is an oop
- {method}
- - klass: {other class}
- R14=0x000000001a73ec80 is pointing into the stack for thread: 0x0000000017177000
- R15=0x0000000017177000 is a thread
- Stack: [0x000000001a640000,0x000000001a740000], sp=0x000000001a73eba0, free space=1018k
- 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 )
- 0x0000000027600800 JavaThread "Thread-50" [_thread_blocked, id=1476, stack(0x000000004d680000,0x000000004d780000)]
- 0x0000000027604000 JavaThread "Thread-49" [_thread_blocked, id=5816, stack(0x000000004cec0000,0x000000004cfc0000)]
- 0x0000000027602800 JavaThread "Client write thread" [_thread_blocked, id=2468, stack(0x000000004d9a0000,0x000000004daa0000)]
- 0x0000000027602000 JavaThread "Client read thread" [_thread_in_native, id=6652, stack(0x000000004cca0000,0x000000004cda0000)]
- 0x00000000275ff800 JavaThread "Thread-42" daemon [_thread_in_native, id=1096, stack(0x000000004d840000,0x000000004d940000)]
- 0x00000000275ff000 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=3032, stack(0x000000005a260000,0x000000005a360000)]
- 0x00000000275fe000 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=5528, stack(0x000000005f000000,0x000000005f100000)]
- 0x00000000275fd800 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=1708, stack(0x000000005a360000,0x000000005a460000)]
- 0x000000001717a000 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=4116, stack(0x000000005a140000,0x000000005a240000)]
- 0x0000000017178800 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=6400, stack(0x0000000059fe0000,0x000000005a0e0000)]
- 0x0000000017178000 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=6388, stack(0x0000000019c70000,0x0000000019d70000)]
- 0x000000001717b000 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=4232, stack(0x0000000059d60000,0x0000000059e60000)]
- 0x0000000017179800 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=4092, stack(0x0000000058b40000,0x0000000058c40000)]
- 0x0000000017176800 JavaThread "Thread-21" [_thread_in_native, id=8832, stack(0x000000001a740000,0x000000001a840000)]
- =>0x0000000017177000 JavaThread "Thread-20" [_thread_in_native, id=7948, stack(0x000000001a640000,0x000000001a740000)]
- 0x0000000017175000 JavaThread "TC Aura Update Thread" [_thread_blocked, id=5012, stack(0x0000000019f80000,0x000000001a080000)]
- 0x000000001716f000 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=9048, stack(0x0000000019d90000,0x0000000019e90000)]
- 0x0000000017174000 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=340, stack(0x00000000199a0000,0x0000000019aa0000)]
- 0x0000000017173800 JavaThread "DestroyJavaVM" [_thread_blocked, id=7592, stack(0x0000000002630000,0x0000000002730000)]
- 0x0000000017172800 JavaThread "Minecraft main thread" [_thread_blocked, id=1364, stack(0x000000001bd60000,0x000000001be60000)]
- 0x0000000017172000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6732, stack(0x000000001bab0000,0x000000001bbb0000)]
- 0x0000000017171000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=8976, stack(0x000000001c680000,0x000000001c780000)]
- 0x0000000017170800 JavaThread "Thread-4" daemon [_thread_blocked, id=7108, stack(0x000000001c240000,0x000000001c340000)]
- 0x000000001716f800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=6804, stack(0x000000001b8a0000,0x000000001b9a0000)]
- 0x000000001716e000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=7384, stack(0x000000001a960000,0x000000001aa60000)]
- 0x000000001716d800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5832, stack(0x0000000017a00000,0x0000000017b00000)]
- 0x000000001716c800 JavaThread "AWT-Shutdown" [_thread_blocked, id=7752, stack(0x0000000016750000,0x0000000016850000)]
- 0x000000001716c000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4372, stack(0x0000000016ec0000,0x0000000016fc0000)]
- 0x0000000015eb8800 JavaThread "Service Thread" daemon [_thread_blocked, id=8400, stack(0x0000000016ae0000,0x0000000016be0000)]
- 0x0000000015ea5800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4256, stack(0x00000000169e0000,0x0000000016ae0000)]
- 0x0000000015ea1000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=6896, stack(0x00000000168a0000,0x00000000169a0000)]
- 0x0000000015e9e000 JavaThread "Attach Listener" daemon [_thread_blocked, id=8048, stack(0x00000000164e0000,0x00000000165e0000)]
- 0x0000000015e9d000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7980, stack(0x0000000016610000,0x0000000016710000)]
- 0x0000000015e9c000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=2476, stack(0x0000000016350000,0x0000000016450000)]
- 0x0000000015a34800 JavaThread "Finalizer" daemon [_thread_blocked, id=824, stack(0x0000000015be0000,0x0000000015ce0000)]
- 0x0000000015a2d800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4692, stack(0x0000000015d30000,0x0000000015e30000)]
- Other Threads:
- 0x0000000015a23000 VMThread [stack: 0x0000000015ab0000,0x0000000015bb0000] [id=7936]
- 0x0000000015ec2000 WatcherThread [stack: 0x0000000016240000,0x0000000016340000] [id=9152]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- par new generation total 306688K, used 102182K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 30% used [0x0000000568000000, 0x000000056d2119f0, 0x0000000578a40000)
- from space 34048K, 53% used [0x000000057ab80000, 0x000000057bd37fb8, 0x000000057ccc0000)
- to space 34048K, 0% used [0x0000000578a40000, 0x0000000578a40000, 0x000000057ab80000)
- concurrent mark-sweep generation total 1541140K, used 783987K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109990K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Card table byte_map: [0x0000000005c00000,0x00000000070d0000] byte_map_base: 0x00000000030c0000
- Polling page: 0x0000000000120000
- Code Cache [0x0000000002730000, 0x00000000039e0000, 0x0000000005730000)
- total_blobs=6661 nmethods=5449 adapters=1160 free_code_cache=30300Kb largest_free_block=30779712
- Compilation events (10 events):
- Event: 767.466 Thread 0x0000000015ea5800 5955 net.minecraft.world.World::func_72888_f (54 bytes)
- Event: 767.473 Thread 0x0000000015ea5800 nmethod 5955 0x00000000039cdf50 code [0x00000000039ce120, 0x00000000039ce670]
- Event: 770.985 Thread 0x0000000015ea1000 5956 ! cpw.mods.fml.relauncher.ReflectionHelper::findField (62 bytes)
- Event: 770.996 Thread 0x0000000015ea1000 nmethod 5956 0x00000000039cf9d0 code [0x00000000039cfbc0, 0x00000000039d0340]
- Event: 772.276 Thread 0x0000000015ea5800 5957 java.lang.reflect.Field::getFieldAccessor (35 bytes)
- Event: 772.277 Thread 0x0000000015ea5800 nmethod 5957 0x0000000003972050 code [0x00000000039721a0, 0x0000000003972248]
- Event: 776.104 Thread 0x0000000015ea1000 5958 java.lang.reflect.Field::set (50 bytes)
- Event: 776.105 Thread 0x0000000015ea1000 nmethod 5958 0x0000000003965710 code [0x0000000003965880, 0x00000000039659d0]
- Event: 778.094 Thread 0x0000000015ea5800 5959 ! cpw.mods.fml.relauncher.ReflectionHelper::setPrivateValue (27 bytes)
- Event: 778.096 Thread 0x0000000015ea5800 nmethod 5959 0x00000000039d3810 code [0x00000000039d39a0, 0x00000000039d3b60]
- GC Heap History (10 events):
- Event: 725.462 GC heap before
- {Heap before GC invocations=381 (full 60):
- par new generation total 306688K, used 292547K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 100% used [0x0000000568000000, 0x0000000578a40000, 0x0000000578a40000)
- from space 34048K, 58% used [0x0000000578a40000, 0x0000000579db0c68, 0x000000057ab80000)
- to space 34048K, 0% used [0x000000057ab80000, 0x000000057ab80000, 0x000000057ccc0000)
- concurrent mark-sweep generation total 1541140K, used 781628K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109918K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 725.481 GC heap after
- Heap after GC invocations=382 (full 60):
- par new generation total 306688K, used 25428K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 0% used [0x0000000568000000, 0x0000000568000000, 0x0000000578a40000)
- from space 34048K, 74% used [0x000000057ab80000, 0x000000057c4550c8, 0x000000057ccc0000)
- to space 34048K, 0% used [0x0000000578a40000, 0x0000000578a40000, 0x000000057ab80000)
- concurrent mark-sweep generation total 1541140K, used 781628K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109918K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 742.508 GC heap before
- {Heap before GC invocations=382 (full 60):
- par new generation total 306688K, used 298068K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 100% used [0x0000000568000000, 0x0000000578a40000, 0x0000000578a40000)
- from space 34048K, 74% used [0x000000057ab80000, 0x000000057c4550c8, 0x000000057ccc0000)
- to space 34048K, 0% used [0x0000000578a40000, 0x0000000578a40000, 0x000000057ab80000)
- concurrent mark-sweep generation total 1541140K, used 781628K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109934K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 742.525 GC heap after
- Heap after GC invocations=383 (full 60):
- par new generation total 306688K, used 20950K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 0% used [0x0000000568000000, 0x0000000568000000, 0x0000000578a40000)
- from space 34048K, 61% used [0x0000000578a40000, 0x0000000579eb5aa0, 0x000000057ab80000)
- to space 34048K, 0% used [0x000000057ab80000, 0x000000057ab80000, 0x000000057ccc0000)
- concurrent mark-sweep generation total 1541140K, used 781628K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109934K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 750.238 GC heap before
- {Heap before GC invocations=383 (full 60):
- par new generation total 306688K, used 289888K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 98% used [0x0000000568000000, 0x00000005786a2670, 0x0000000578a40000)
- from space 34048K, 61% used [0x0000000578a40000, 0x0000000579eb5aa0, 0x000000057ab80000)
- to space 34048K, 0% used [0x000000057ab80000, 0x000000057ab80000, 0x000000057ccc0000)
- concurrent mark-sweep generation total 1541140K, used 781628K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109939K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 750.259 GC heap after
- Heap after GC invocations=384 (full 60):
- par new generation total 306688K, used 28203K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 0% used [0x0000000568000000, 0x0000000568000000, 0x0000000578a40000)
- from space 34048K, 82% used [0x000000057ab80000, 0x000000057c70afd8, 0x000000057ccc0000)
- to space 34048K, 0% used [0x0000000578a40000, 0x0000000578a40000, 0x000000057ab80000)
- concurrent mark-sweep generation total 1541140K, used 781628K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109939K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 760.057 GC heap before
- {Heap before GC invocations=384 (full 60):
- par new generation total 306688K, used 300843K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 100% used [0x0000000568000000, 0x0000000578a40000, 0x0000000578a40000)
- from space 34048K, 82% used [0x000000057ab80000, 0x000000057c70afd8, 0x000000057ccc0000)
- to space 34048K, 0% used [0x0000000578a40000, 0x0000000578a40000, 0x000000057ab80000)
- concurrent mark-sweep generation total 1541140K, used 781628K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109939K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 760.077 GC heap after
- Heap after GC invocations=385 (full 60):
- par new generation total 306688K, used 19236K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 0% used [0x0000000568000000, 0x0000000568000000, 0x0000000578a40000)
- from space 34048K, 56% used [0x0000000578a40000, 0x0000000579d09358, 0x000000057ab80000)
- to space 34048K, 0% used [0x000000057ab80000, 0x000000057ab80000, 0x000000057ccc0000)
- concurrent mark-sweep generation total 1541140K, used 783987K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109939K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 775.113 GC heap before
- {Heap before GC invocations=385 (full 60):
- par new generation total 306688K, used 291876K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 100% used [0x0000000568000000, 0x0000000578a40000, 0x0000000578a40000)
- from space 34048K, 56% used [0x0000000578a40000, 0x0000000579d09358, 0x000000057ab80000)
- to space 34048K, 0% used [0x000000057ab80000, 0x000000057ab80000, 0x000000057ccc0000)
- concurrent mark-sweep generation total 1541140K, used 783987K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109984K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 775.130 GC heap after
- Heap after GC invocations=386 (full 60):
- par new generation total 306688K, used 18143K [0x0000000568000000, 0x000000057ccc0000, 0x000000057ccc0000)
- eden space 272640K, 0% used [0x0000000568000000, 0x0000000568000000, 0x0000000578a40000)
- from space 34048K, 53% used [0x000000057ab80000, 0x000000057bd37fb8, 0x000000057ccc0000)
- to space 34048K, 0% used [0x0000000578a40000, 0x0000000578a40000, 0x000000057ab80000)
- concurrent mark-sweep generation total 1541140K, used 783987K [0x000000057ccc0000, 0x00000005dadc5000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 109984K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Deoptimization events (10 events):
- Event: 750.332 Thread 0x0000000017172800 Uncommon trap -58 fr.pc 0x0000000003938d6c
- Event: 750.337 Thread 0x0000000017172800 Uncommon trap -58 fr.pc 0x0000000003938d6c
- Event: 750.343 Thread 0x0000000017172800 Uncommon trap -58 fr.pc 0x0000000003938d6c
- Event: 760.209 Thread 0x0000000017172800 Uncommon trap -83 fr.pc 0x0000000003900ddc
- Event: 760.230 Thread 0x0000000017172800 Uncommon trap -34 fr.pc 0x000000000398bec8
- Event: 760.250 Thread 0x0000000017172800 Uncommon trap -122 fr.pc 0x00000000034ee480
- Event: 760.260 Thread 0x0000000017172800 Uncommon trap -34 fr.pc 0x000000000398bec8
- Event: 761.306 Thread 0x0000000017172800 Uncommon trap -83 fr.pc 0x0000000002f48a94
- Event: 763.805 Thread 0x0000000017172800 Uncommon trap -83 fr.pc 0x00000000039a5b44
- Event: 764.106 Thread 0x0000000017172800 Uncommon trap -83 fr.pc 0x000000000378cccc
- Internal exceptions (10 events):
- Event: 780.232 Thread 0x0000000017177000 Threw 0x000000056cdb2130 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 780.240 Thread 0x0000000017177000 Threw 0x000000056cdb22f0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 780.240 Thread 0x0000000027604000 Threw 0x000000056a8e5180 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\runtime\objectMonitor.cpp:1422
- Event: 780.250 Thread 0x0000000027604000 Threw 0x000000056a8e52a0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\runtime\objectMonitor.cpp:1422
- Event: 780.250 Thread 0x0000000017177000 Threw 0x000000056cdb24b0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 780.250 Thread 0x0000000017177000 Threw 0x000000056cdb2620 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 780.250 Thread 0x0000000017177000 Threw 0x000000056cdb2790 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 780.251 Thread 0x0000000017177000 Threw 0x000000056cdb2900 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Event: 780.255 Thread 0x0000000017177000 Threw 0x000000056d1a9970 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2915
- Event: 780.255 Thread 0x0000000027602800 Threw 0x000000056cdb60f0 at C:\jdk7u2_64p\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:2957
- Events (10 events):
- Event: 772.852 Executing VM operation: RevokeBias done
- Event: 772.852 Thread 0x000000001faa1000 Thread exited: 0x000000001faa1000
- Event: 775.113 Executing VM operation: GenCollectForAllocation
- Event: 775.130 Executing VM operation: GenCollectForAllocation done
- Event: 777.852 Thread 0x000000001faa1000 Thread added: 0x000000001faa1000
- Event: 777.855 Executing VM operation: RevokeBias
- Event: 777.855 Executing VM operation: RevokeBias done
- Event: 777.855 Thread 0x000000001faa1000 Thread exited: 0x000000001faa1000
- Event: 778.096 Thread 0x0000000015ea5800 flushing nmethod 0x00000000035d9190
- Event: 778.096 Thread 0x0000000015ea5800 flushing nmethod 0x000000000360f790
- Dynamic libraries:
- 0x000000013fbc0000 - 0x000000013fbf3000 C:\Program Files\Java\jre7\bin\javaw.exe
- 0x0000000077a10000 - 0x0000000077bb9000 C:\Windows\SYSTEM32\ntdll.dll
- 0x00000000777f0000 - 0x000000007790f000 C:\Windows\system32\kernel32.dll
- 0x000007fefd8b0000 - 0x000007fefd91b000 C:\Windows\system32\KERNELBASE.dll
- 0x000007feffb50000 - 0x000007feffc2b000 C:\Windows\system32\ADVAPI32.dll
- 0x000007fefe2e0000 - 0x000007fefe37f000 C:\Windows\system32\msvcrt.dll
- 0x000007fefe4a0000 - 0x000007fefe4bf000 C:\Windows\SYSTEM32\sechost.dll
- 0x000007fefdcc0000 - 0x000007fefdded000 C:\Windows\system32\RPCRT4.dll
- 0x0000000077910000 - 0x0000000077a0a000 C:\Windows\system32\USER32.dll
- 0x000007feff610000 - 0x000007feff677000 C:\Windows\system32\GDI32.dll
- 0x000007fefe0c0000 - 0x000007fefe0ce000 C:\Windows\system32\LPK.dll
- 0x000007fefe7b0000 - 0x000007fefe879000 C:\Windows\system32\USP10.dll
- 0x000007fefc1b0000 - 0x000007fefc3a4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
- 0x000007fefe3c0000 - 0x000007fefe431000 C:\Windows\system32\SHLWAPI.dll
- 0x000007fefe390000 - 0x000007fefe3be000 C:\Windows\system32\IMM32.DLL
- 0x000007fefe4c0000 - 0x000007fefe5c9000 C:\Windows\system32\MSCTF.dll
- 0x0000000057280000 - 0x0000000057351000 C:\Program Files\Java\jre7\bin\msvcr100.dll
- 0x00000000521a0000 - 0x00000000528af000 C:\Program Files\Java\jre7\bin\server\jvm.dll
- 0x000007fef7d00000 - 0x000007fef7d09000 C:\Windows\system32\WSOCK32.dll
- 0x000007feffcd0000 - 0x000007feffd1d000 C:\Windows\system32\WS2_32.dll
- 0x000007fefe380000 - 0x000007fefe388000 C:\Windows\system32\NSI.dll
- 0x000007fefa5d0000 - 0x000007fefa60b000 C:\Windows\system32\WINMM.dll
- 0x0000000077be0000 - 0x0000000077be7000 C:\Windows\system32\PSAPI.DLL
- 0x000000005a5b0000 - 0x000000005a5bf000 C:\Program Files\Java\jre7\bin\verify.dll
- 0x000000005a580000 - 0x000000005a5a8000 C:\Program Files\Java\jre7\bin\java.dll
- 0x000000005a560000 - 0x000000005a575000 C:\Program Files\Java\jre7\bin\zip.dll
- 0x000000005a540000 - 0x000000005a559000 C:\Program Files\Java\jre7\bin\net.dll
- 0x000007fefd050000 - 0x000007fefd0a5000 C:\Windows\system32\mswsock.dll
- 0x000007fefd290000 - 0x000007fefd297000 C:\Windows\System32\wship6.dll
- 0x000000005a520000 - 0x000000005a531000 C:\Program Files\Java\jre7\bin\nio.dll
- 0x00000000570e0000 - 0x0000000057275000 C:\Program Files\Java\jre7\bin\awt.dll
- 0x000007feff910000 - 0x000007feff9e7000 C:\Windows\system32\OLEAUT32.dll
- 0x000007fefe0d0000 - 0x000007fefe2d3000 C:\Windows\system32\ole32.dll
- 0x000007fefbba0000 - 0x000007fefbbb8000 C:\Windows\system32\DWMAPI.DLL
- 0x000007fefbfd0000 - 0x000007fefc026000 C:\Windows\system32\uxtheme.dll
- 0x000007fefd720000 - 0x000007fefd72f000 C:\Windows\system32\CRYPTBASE.dll
- 0x000007fee92b0000 - 0x000007fee94af000 C:\Windows\system32\d3d9.dll
- 0x000007fefc930000 - 0x000007fefc93c000 C:\Windows\system32\VERSION.dll
- 0x000007fee92a0000 - 0x000007fee92a7000 C:\Windows\system32\d3d8thk.dll
- 0x000007fee8160000 - 0x000007fee9297000 C:\Windows\system32\nvd3dumx.dll
- 0x000007fefb990000 - 0x000007fefb9bc000 C:\Windows\system32\powrprof.dll
- 0x000007fefe5d0000 - 0x000007fefe7a7000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefd960000 - 0x000007fefd996000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefd920000 - 0x000007fefd93a000 C:\Windows\system32\DEVOBJ.dll
- 0x0000000180000000 - 0x0000000180139000 C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll
- 0x000007fefe880000 - 0x000007feff608000 C:\Windows\system32\SHELL32.dll
- 0x000007fef9120000 - 0x000007fef93f6000 C:\Windows\system32\nvapi64.dll
- 0x000007fefd9b0000 - 0x000007fefd9ea000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefda00000 - 0x000007fefdb6c000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefd890000 - 0x000007fefd89f000 C:\Windows\system32\MSASN1.dll
- 0x000000005a4e0000 - 0x000000005a51f000 C:\Program Files\Java\jre7\bin\fontmanager.dll
- 0x000007feffc30000 - 0x000007feffcc9000 C:\Windows\system32\CLBCatQ.DLL
- 0x000000005a490000 - 0x000000005a4d1000 C:\Program Files\Java\jre7\bin\t2k.dll
- 0x0000000058d20000 - 0x0000000058d4a000 C:\Program Files\Java\jre7\bin\dcpr.dll
- 0x0000000005980000 - 0x00000000059c8000 E:\Unleashed\minecraft\bin\natives\lwjgl64.dll
- 0x000007fef2e90000 - 0x000007fef2fad000 C:\Windows\system32\OPENGL32.dll
- 0x000007fef2fd0000 - 0x000007fef2ffd000 C:\Windows\system32\GLU32.dll
- 0x000007fef2d90000 - 0x000007fef2e81000 C:\Windows\system32\DDRAW.dll
- 0x000007fef31e0000 - 0x000007fef31e8000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefd1a0000 - 0x000007fefd1b7000 C:\Windows\system32\CRYPTSP.dll
- 0x000007fefce00000 - 0x000007fefce47000 C:\Windows\system32\rsaenh.dll
- 0x000007fefcbb0000 - 0x000007fefcbce000 C:\Windows\system32\USERENV.dll
- 0x000007fefd7f0000 - 0x000007fefd7ff000 C:\Windows\system32\profapi.dll
- 0x000007fefa7e0000 - 0x000007fefa7f5000 C:\Windows\system32\NLAapi.dll
- 0x000007fef7ce0000 - 0x000007fef7cf5000 C:\Windows\system32\napinsp.dll
- 0x000007fef7ca0000 - 0x000007fef7cb9000 C:\Windows\system32\pnrpnsp.dll
- 0x000007fefce90000 - 0x000007fefceeb000 C:\Windows\system32\DNSAPI.dll
- 0x000007fef7c90000 - 0x000007fef7c9b000 C:\Windows\System32\winrnr.dll
- 0x0000000071ed0000 - 0x0000000071ef6000 C:\Program Files\Bonjour\mdnsNSP.dll
- 0x000007fefa320000 - 0x000007fefa347000 C:\Windows\system32\Iphlpapi.DLL
- 0x000007fefa310000 - 0x000007fefa31b000 C:\Windows\system32\WINNSI.DLL
- 0x000007fefca00000 - 0x000007fefca07000 C:\Windows\System32\wshtcpip.dll
- 0x000007fef7a70000 - 0x000007fef7a78000 C:\Windows\system32\rasadhlp.dll
- 0x000007fefa190000 - 0x000007fefa1e3000 C:\Windows\System32\fwpuclnt.dll
- 0x000000005a460000 - 0x000000005a467000 C:\Program Files\Java\jre7\bin\jawt.dll
- 0x0000000068690000 - 0x000000006a074000 C:\Windows\system32\nvoglv64.DLL
- 0x000007fefc3b0000 - 0x000007fefc3dd000 C:\Windows\system32\ntmarta.dll
- 0x000007fefe440000 - 0x000007fefe492000 C:\Windows\system32\WLDAP32.dll
- 0x000000005a480000 - 0x000000005a48b000 C:\Program Files\Java\jre7\bin\management.dll
- 0x0000000058cf0000 - 0x0000000058d14000 C:\Program Files\Java\jre7\bin\sunec.dll
- 0x000000005a470000 - 0x000000005a47b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
- 0x000007fee1bc0000 - 0x000007fee1ce2000 E:\Unleashed\minecraft\bin\natives\OpenAL64.dll
- 0x000007fef2d00000 - 0x000007fef2d88000 C:\Windows\system32\dsound.dll
- 0x000007fefbbc0000 - 0x000007fefbc0b000 C:\Windows\System32\MMDevApi.dll
- 0x000007fefc030000 - 0x000007fefc15c000 C:\Windows\System32\PROPSYS.dll
- 0x000007fefa590000 - 0x000007fefa5cb000 C:\Windows\system32\wdmaud.drv
- 0x0000000075490000 - 0x0000000075496000 C:\Windows\system32\ksuser.dll
- 0x000007fefb760000 - 0x000007fefb769000 C:\Windows\system32\AVRT.dll
- 0x000007fefa470000 - 0x000007fefa4bf000 C:\Windows\system32\AUDIOSES.DLL
- 0x000007fefa430000 - 0x000007fefa43a000 C:\Windows\system32\msacm32.drv
- 0x000007fefa410000 - 0x000007fefa428000 C:\Windows\system32\MSACM32.dll
- 0x000007fefa3f0000 - 0x000007fefa3f9000 C:\Windows\system32\midimap.dll
- 0x00000000164b0000 - 0x00000000164e0000 C:\Program Files\Java\jre7\bin\jpeg.dll
- 0x0000000016710000 - 0x0000000016749000 C:\Program Files\Java\jre7\bin\kcms.dll
- 0x0000000016850000 - 0x000000001688b000 E:\jacob-1.17-M2-x64.dll
- 0x000007fee1a50000 - 0x000007fee1bb4000 C:\Windows\System32\Speech\Common\sapi.dll
- 0x000007fee4fd0000 - 0x000007fee4fdd000 C:\Windows\system32\msdmo.dll
- 0x000007fefd730000 - 0x000007fefd7c1000 C:\Windows\system32\SXS.DLL
- 0x000007fefa0a0000 - 0x000007fefa0b8000 C:\Windows\system32\dhcpcsvc.DLL
- 0x000007fefa120000 - 0x000007fefa131000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x0000000019ba0000 - 0x0000000019c42000 C:\Program Files\Java\jre7\bin\mlib_image.dll
- 0x000007fef6550000 - 0x000007fef6675000 C:\Windows\system32\dbghelp.dll
- VM Arguments:
- jvm_args: -Xms256M -Xmx10496M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:PermSize=128m
- java_command: net.ftb.mclauncher.MinecraftLauncher E:\/Unleashed/minecraft empty MinecraftForge.zip IlliniJeeper 1074aac53d6ac00720d4e083340bc1ee16cd3f6c FTB Unleashed v1.0.3 C:\Users\Ryan\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\Java\jre7\bin
- USERNAME=Ryan
- 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, tsc, tscinvbit
- Memory: 4k page, physical 16741248k(8998492k free), swap 25127996k(11269568k 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: Sun Sep 01 13:24:18 2013
- elapsed time: 780 seconds
Add Comment
Please, Sign In to add comment