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=0x000007fee8e06220, pid=10208, tid=3692
- #
- # JRE version: 7.0_09-b05
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.5-b02 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 (0x00000000252d3800): JavaThread "Thread-17" [_thread_in_native, id=3692, stack(0x00000000281c0000,0x00000000282c0000)]
- siginfo: ExceptionCode=0xc0000005, writing address 0xffffffff8cffbb30
- Registers:
- RAX=0x0000000028364d30, RBX=0xffffffff8cffbb10, RCX=0x0000000019110000, RDX=0x0000000000000088
- RSP=0x00000000282bf510, RBP=0x000000001911cb00, RSI=0x00000000ffffffff, RDI=0x0000000000000005
- R8 =0x0000000028364d20, R9 =0x0000000028364d30, R10=0x00000000025d237c, R11=0x000000001911cb00
- R12=0x0000000019117850, R13=0x00000007fe14b698, R14=0x00000000282bf5f0, R15=0x00000000252d3800
- RIP=0x000007fee8e06220, EFLAGS=0x0000000000010246
- Top of Stack: (sp=0x00000000282bf510)
- 0x00000000282bf510: ffffffff8cffbb10 00000000ffffffff
- 0x00000000282bf520: 00000007fe129cd0 00000000282bf588
- 0x00000000282bf530: 0000000000000000 00000000025d23a8
- 0x00000000282bf540: 00000007fe14b698 00000000282bf5c0
- 0x00000000282bf550: 0000000000000013 0000000000000005
- 0x00000000282bf560: 000000008cffbb10 0000000000000000
- 0x00000000282bf570: 0000000638b0af00 000000061ee18fb8
- 0x00000000282bf580: 00000000282bf580 0000000000000000
- 0x00000000282bf590: 00000000282bf5f0 00000007fe14e420
- 0x00000000282bf5a0: 0000000000000000 00000007fe14b698
- 0x00000000282bf5b0: 0000000000000000 00000000282bf5e0
- 0x00000000282bf5c0: 00000000282bf638 00000000025c61f8
- 0x00000000282bf5d0: 000000063742d098 00000000025cf1d8
- 0x00000000282bf5e0: 000000008cffbb10 0000000000001009
- 0x00000000282bf5f0: 000000001911cb00 00000000282bf5f8
- 0x00000000282bf600: 00000007fe1326b7 00000000282bf650
- Instructions: (pc=0x000007fee8e06220)
- 0x000007fee8e06200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40
- 0x000007fee8e06210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00
- 0x000007fee8e06220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89
- 0x000007fee8e06230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00
- Register to memory mapping:
- RAX=0x0000000028364d30 is an unknown value
- RBX=0xffffffff8cffbb10 is an unknown value
- RCX=0x0000000019110000 is an unknown value
- RDX=0x0000000000000088 is an unknown value
- RSP=0x00000000282bf510 is pointing into the stack for thread: 0x00000000252d3800
- RBP=0x000000001911cb00 is an unknown value
- RSI=0x00000000ffffffff is an unknown value
- RDI=0x0000000000000005 is an unknown value
- R8 =0x0000000028364d20 is an unknown value
- R9 =0x0000000028364d30 is an unknown value
- R10=0x00000000025d237c is an Interpreter codelet
- method entry point (kind = native) [0x00000000025d2100, 0x00000000025d2980] 2176 bytes
- R11=0x000000001911cb00 is an unknown value
- R12=0x0000000019117850 is an unknown value
- R13=0x00000007fe14b698 is an oop
- {method}
- - klass: {other class}
- R14=0x00000000282bf5f0 is pointing into the stack for thread: 0x00000000252d3800
- R15=0x00000000252d3800 is a thread
- Stack: [0x00000000281c0000,0x00000000282c0000], sp=0x00000000282bf510, free space=1021k
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- C [OpenAL64.dll+0x6220] alSourcei+0x144
- Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
- j org.lwjgl.openal.AL10.alSourcei(III)V+0
- j paulscode.sound.libraries.ChannelLWJGLOpenAL.attachBuffer(Ljava/nio/IntBuffer;)Z+39
- j paulscode.sound.libraries.SourceLWJGLOpenAL.play(Lpaulscode/sound/Channel;)V+364
- j paulscode.sound.Library.play(Lpaulscode/sound/Source;)V+72
- j paulscode.sound.libraries.LibraryLWJGLOpenAL.quickPlay(ZZZLjava/lang/String;Lpaulscode/sound/FilenameURL;FFFIFZ)V+289
- j paulscode.sound.SoundSystem.CommandQuickPlay(ZZZLjava/lang/String;Lpaulscode/sound/FilenameURL;FFFIFZ)V+65
- 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 )
- 0x00000000252d7800 JavaThread "Client write thread" [_thread_blocked, id=9068, stack(0x00000000a1a00000,0x00000000a1b00000)]
- 0x00000000252d9800 JavaThread "Client read thread" [_thread_in_native, id=10008, stack(0x000000007ee60000,0x000000007ef60000)]
- 0x00000000252d5000 JavaThread "Thread-37" daemon [_thread_blocked, id=3308, stack(0x0000000035d80000,0x0000000035e80000)]
- 0x00000000252d8000 JavaThread "WrUpdateThread" [_thread_blocked, id=8584, stack(0x000000003e9d0000,0x000000003ead0000)]
- 0x00000000252d6000 JavaThread "Thread-27" daemon [_thread_in_native, id=9712, stack(0x000000005ba30000,0x000000005bb30000)]
- 0x00000000252d4800 JavaThread "Thread-18" [_thread_blocked, id=7580, stack(0x00000000288d0000,0x00000000289d0000)]
- =>0x00000000252d3800 JavaThread "Thread-17" [_thread_in_native, id=3692, stack(0x00000000281c0000,0x00000000282c0000)]
- 0x00000000252d3000 JavaThread "TC Aura Update Thread" [_thread_blocked, id=7912, stack(0x000000001d710000,0x000000001d810000)]
- 0x00000000252d1800 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=8588, stack(0x0000000027fd0000,0x00000000280d0000)]
- 0x00000000252d2000 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=7692, stack(0x000000001d5f0000,0x000000001d6f0000)]
- 0x00000000022cd800 JavaThread "DestroyJavaVM" [_thread_blocked, id=8068, stack(0x00000000024c0000,0x00000000025c0000)]
- 0x00000000258e1800 JavaThread "Minecraft main thread" [_thread_blocked, id=9268, stack(0x000000001a3c0000,0x000000001a4c0000)]
- 0x000000001ba33000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=9740, stack(0x000000001c940000,0x000000001ca40000)]
- 0x0000000023f12800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6284, stack(0x0000000024a30000,0x0000000024b30000)]
- 0x000000001bb15000 JavaThread "Thread-4" [_thread_blocked, id=8608, stack(0x000000001a210000,0x000000001a310000)]
- 0x00000000145c4000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=1440, stack(0x0000000018bd0000,0x0000000018cd0000)]
- 0x0000000014561800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=9852, stack(0x0000000019120000,0x0000000019220000)]
- 0x00000000143e6800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=8468, stack(0x0000000015c00000,0x0000000015d00000)]
- 0x00000000141a2000 JavaThread "AWT-Shutdown" [_thread_blocked, id=940, stack(0x0000000015930000,0x0000000015a30000)]
- 0x00000000140c0000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=304, stack(0x00000000157f0000,0x00000000158f0000)]
- 0x0000000013f97800 JavaThread "Service Thread" daemon [_thread_blocked, id=9708, stack(0x0000000014dd0000,0x0000000014ed0000)]
- 0x0000000013f8a800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=9416, stack(0x0000000015270000,0x0000000015370000)]
- 0x0000000013f79000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=9588, stack(0x0000000015080000,0x0000000015180000)]
- 0x0000000013f78000 JavaThread "Attach Listener" daemon [_thread_blocked, id=10112, stack(0x0000000014ed0000,0x0000000014fd0000)]
- 0x0000000013f75800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9424, stack(0x0000000014c80000,0x0000000014d80000)]
- 0x0000000013f74800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=10028, stack(0x0000000014700000,0x0000000014800000)]
- 0x0000000013ef5800 JavaThread "Finalizer" daemon [_thread_blocked, id=9908, stack(0x0000000014af0000,0x0000000014bf0000)]
- 0x0000000013eea800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5892, stack(0x00000000149a0000,0x0000000014aa0000)]
- Other Threads:
- 0x0000000013ee3800 VMThread [stack: 0x0000000014850000,0x0000000014950000] [id=5272]
- 0x0000000013fa5000 WatcherThread [stack: 0x00000000153d0000,0x00000000154d0000] [id=10216]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- par new generation total 766784K, used 662305K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 86% used [0x00000005fae00000, 0x000000061ee1b2f8, 0x00000006247a0000)
- from space 85184K, 84% used [0x00000006247a0000, 0x0000000628e4d3e0, 0x0000000629ad0000)
- to space 85184K, 0% used [0x0000000629ad0000, 0x0000000629ad0000, 0x000000062ee00000)
- concurrent mark-sweep generation total 2980208K, used 2413075K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77443K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- Card table byte_map: [0x00000000063e0000,0x0000000007410000] byte_map_base: 0x0000000003409000
- Polling page: 0x00000000000b0000
- Code Cache [0x00000000025c0000, 0x0000000003d00000, 0x00000000055c0000)
- total_blobs=6480 nmethods=5451 adapters=976 free_code_cache=25689Kb largest_free_block=25959680
- Compilation events (10 events):
- Event: 14956.707 Thread 0x0000000013f79000 5987 net.minecraft.client.Minecraft::J (854 bytes)
- Event: 14956.933 Thread 0x0000000013f79000 nmethod 5987 0x0000000003ce65d0 code [0x0000000003ce74e0, 0x0000000003cefc30]
- Event: 14965.389 Thread 0x0000000013f8a800 5988 zz::a (577 bytes)
- Event: 14965.434 Thread 0x0000000013f8a800 nmethod 5988 0x000000000369f110 code [0x000000000369f3e0, 0x00000000036a13e0]
- Event: 14993.398 Thread 0x0000000013f79000 5989 java.util.HashMap::remove (19 bytes)
- Event: 14993.398 Thread 0x0000000013f79000 nmethod 5989 0x00000000039f6c10 code [0x00000000039f6d60, 0x00000000039f6e08]
- Event: 15054.368 Thread 0x0000000013f8a800 5990 akt::a (84 bytes)
- Event: 15054.371 Thread 0x0000000013f8a800 nmethod 5990 0x00000000033eb650 code [0x00000000033eb820, 0x00000000033ebae0]
- Event: 15058.966 Thread 0x0000000013f79000 5991 CustomColorizer::getColorMultiplier (437 bytes)
- Event: 15058.976 Thread 0x0000000013f79000 nmethod 5991 0x0000000003bff350 code [0x0000000003bff520, 0x0000000003c00068]
- GC Heap History (10 events):
- Event: 14976.850 GC heap before
- {Heap before GC invocations=2170 (full 83):
- par new generation total 766784K, used 766784K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 100% used [0x00000005fae00000, 0x00000006247a0000, 0x00000006247a0000)
- from space 85184K, 100% used [0x0000000629ad0000, 0x000000062ee00000, 0x000000062ee00000)
- to space 85184K, 0% used [0x00000006247a0000, 0x00000006247a0000, 0x0000000629ad0000)
- concurrent mark-sweep generation total 2980208K, used 2360792K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77437K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- Event: 14976.889 GC heap after
- Heap after GC invocations=2171 (full 83):
- par new generation total 766784K, used 72077K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 0% used [0x00000005fae00000, 0x00000005fae00000, 0x00000006247a0000)
- from space 85184K, 84% used [0x00000006247a0000, 0x0000000628e03478, 0x0000000629ad0000)
- to space 85184K, 0% used [0x0000000629ad0000, 0x0000000629ad0000, 0x000000062ee00000)
- concurrent mark-sweep generation total 2980208K, used 2392808K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77437K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 14993.348 GC heap before
- {Heap before GC invocations=2171 (full 83):
- par new generation total 766784K, used 753220K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 99% used [0x00000005fae00000, 0x000000062472dda8, 0x00000006247a0000)
- from space 85184K, 84% used [0x00000006247a0000, 0x0000000628e03478, 0x0000000629ad0000)
- to space 85184K, 0% used [0x0000000629ad0000, 0x0000000629ad0000, 0x000000062ee00000)
- concurrent mark-sweep generation total 2980208K, used 2392808K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77437K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- Event: 14993.361 GC heap after
- Heap after GC invocations=2172 (full 83):
- par new generation total 766784K, used 45786K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 0% used [0x00000005fae00000, 0x00000005fae00000, 0x00000006247a0000)
- from space 85184K, 53% used [0x0000000629ad0000, 0x000000062c786990, 0x000000062ee00000)
- to space 85184K, 0% used [0x00000006247a0000, 0x00000006247a0000, 0x0000000629ad0000)
- concurrent mark-sweep generation total 2980208K, used 2392808K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77437K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 15020.565 GC heap before
- {Heap before GC invocations=2172 (full 83):
- par new generation total 766784K, used 727386K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 100% used [0x00000005fae00000, 0x00000006247a0000, 0x00000006247a0000)
- from space 85184K, 53% used [0x0000000629ad0000, 0x000000062c786990, 0x000000062ee00000)
- to space 85184K, 0% used [0x00000006247a0000, 0x00000006247a0000, 0x0000000629ad0000)
- concurrent mark-sweep generation total 2980208K, used 2392808K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77437K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- Event: 15020.579 GC heap after
- Heap after GC invocations=2173 (full 83):
- par new generation total 766784K, used 70227K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 0% used [0x00000005fae00000, 0x00000005fae00000, 0x00000006247a0000)
- from space 85184K, 82% used [0x00000006247a0000, 0x0000000628c34e20, 0x0000000629ad0000)
- to space 85184K, 0% used [0x0000000629ad0000, 0x0000000629ad0000, 0x000000062ee00000)
- concurrent mark-sweep generation total 2980208K, used 2392808K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77437K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 15044.950 GC heap before
- {Heap before GC invocations=2173 (full 83):
- par new generation total 766784K, used 751311K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 99% used [0x00000005fae00000, 0x000000062471f190, 0x00000006247a0000)
- from space 85184K, 82% used [0x00000006247a0000, 0x0000000628c34e20, 0x0000000629ad0000)
- to space 85184K, 0% used [0x0000000629ad0000, 0x0000000629ad0000, 0x000000062ee00000)
- concurrent mark-sweep generation total 2980208K, used 2392808K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77437K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- Event: 15044.970 GC heap after
- Heap after GC invocations=2174 (full 83):
- par new generation total 766784K, used 71071K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 0% used [0x00000005fae00000, 0x00000005fae00000, 0x00000006247a0000)
- from space 85184K, 83% used [0x0000000629ad0000, 0x000000062e037fb8, 0x000000062ee00000)
- to space 85184K, 0% used [0x00000006247a0000, 0x00000006247a0000, 0x0000000629ad0000)
- concurrent mark-sweep generation total 2980208K, used 2403998K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77437K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 15056.586 GC heap before
- {Heap before GC invocations=2174 (full 83):
- par new generation total 766784K, used 752671K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 100% used [0x00000005fae00000, 0x00000006247a0000, 0x00000006247a0000)
- from space 85184K, 83% used [0x0000000629ad0000, 0x000000062e037fb8, 0x000000062ee00000)
- to space 85184K, 0% used [0x00000006247a0000, 0x00000006247a0000, 0x0000000629ad0000)
- concurrent mark-sweep generation total 2980208K, used 2403998K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77439K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- Event: 15056.610 GC heap after
- Heap after GC invocations=2175 (full 83):
- par new generation total 766784K, used 72372K [0x00000005fae00000, 0x000000062ee00000, 0x000000062ee00000)
- eden space 681600K, 0% used [0x00000005fae00000, 0x00000005fae00000, 0x00000006247a0000)
- from space 85184K, 84% used [0x00000006247a0000, 0x0000000628e4d3e0, 0x0000000629ad0000)
- to space 85184K, 0% used [0x0000000629ad0000, 0x0000000629ad0000, 0x000000062ee00000)
- concurrent mark-sweep generation total 2980208K, used 2413075K [0x000000062ee00000, 0x00000006e4c5c000, 0x00000007fae00000)
- concurrent-mark-sweep perm gen total 83968K, used 77439K [0x00000007fae00000, 0x0000000800000000, 0x0000000800000000)
- }
- Deoptimization events (10 events):
- Event: 14851.231 Thread 0x00000000258e1800 Uncommon trap -83 fr.pc 0x0000000002cdd710
- Event: 14851.231 Thread 0x00000000258e1800 Uncommon trap -83 fr.pc 0x0000000002cdfce0
- Event: 14884.843 Thread 0x00000000258e1800 Uncommon trap -83 fr.pc 0x00000000034118a8
- Event: 14922.905 Thread 0x00000000258e1800 Uncommon trap -83 fr.pc 0x0000000003b1aed0
- Event: 14939.627 Thread 0x00000000252d5000 Uncommon trap -83 fr.pc 0x0000000003b0e2e4
- Event: 15003.448 Thread 0x0000000014561800 Uncommon trap -34 fr.pc 0x000000000368b024
- Event: 15003.643 Thread 0x0000000014561800 Uncommon trap -34 fr.pc 0x000000000368b024
- Event: 15045.139 Thread 0x00000000258e1800 Uncommon trap -12 fr.pc 0x0000000003ca2134
- Event: 15058.896 Thread 0x00000000252d8000 Uncommon trap -83 fr.pc 0x0000000002e0333c
- Event: 15066.030 Thread 0x00000000258e1800 Uncommon trap 325 fr.pc 0x0000000003bf38cc
- Internal exceptions (10 events):
- Event: 15065.875 Thread 0x00000000252d3800 Threw 0x000000061dab8fa8 at C:\jdk7u1_64p\jdk7u9\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 15065.922 Thread 0x00000000252d7800 Threw 0x000000061e5fe3c8 at C:\jdk7u1_64p\jdk7u9\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 15065.922 Thread 0x00000000252d7800 Threw 0x000000061e5fe538 at C:\jdk7u1_64p\jdk7u9\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 15065.923 Thread 0x00000000252d3800 Threw 0x000000061dab9168 at C:\jdk7u1_64p\jdk7u9\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 15065.972 Thread 0x00000000252d7800 Threw 0x000000061e5fe6e8 at C:\jdk7u1_64p\jdk7u9\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 15065.972 Thread 0x00000000252d7800 Threw 0x000000061e5fe858 at C:\jdk7u1_64p\jdk7u9\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 15065.973 Thread 0x00000000252d3800 Threw 0x000000061dab9328 at C:\jdk7u1_64p\jdk7u9\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 15066.030 Thread 0x00000000252d3800 Threw 0x000000061dab94e8 at C:\jdk7u1_64p\jdk7u9\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 15066.030 Thread 0x00000000252d7800 Threw 0x000000061e5fea20 at C:\jdk7u1_64p\jdk7u9\hotspot\src\share\vm\prims\jvm.cpp:2888
- Event: 15066.030 Thread 0x00000000252d7800 Threw 0x000000061e5feb90 at C:\jdk7u1_64p\jdk7u9\hotspot\src\share\vm\prims\jvm.cpp:2846
- Events (10 events):
- Event: 15060.667 Thread 0x00000000252d0000 Thread added: 0x00000000252d0000
- Event: 15060.676 Executing VM operation: RevokeBias
- Event: 15060.676 Executing VM operation: RevokeBias done
- Event: 15060.676 Thread 0x00000000252d0000 Thread exited: 0x00000000252d0000
- Event: 15065.641 Thread 0x00000000252d0000 Thread added: 0x00000000252d0000
- Event: 15065.657 Executing VM operation: RevokeBias
- Event: 15065.657 Executing VM operation: RevokeBias done
- Event: 15065.657 Thread 0x00000000252d0000 Thread exited: 0x00000000252d0000
- Event: 15066.030 Thread 0x00000000258e1800 DEOPT PACKING pc=0x0000000003bf38cc sp=0x000000001a4bee80
- Event: 15066.030 Thread 0x00000000258e1800 DEOPT UNPACKING pc=0x00000000025f9164 sp=0x000000001a4bee30 mode 2
- Dynamic libraries:
- 0x000000013f0b0000 - 0x000000013f0e4000 D:\Program Files\Java\jre7\bin\javaw.exe
- 0x0000000077640000 - 0x00000000777e9000 C:\Windows\SYSTEM32\ntdll.dll
- 0x0000000077520000 - 0x000000007763f000 C:\Windows\system32\kernel32.dll
- 0x000007fefdb50000 - 0x000007fefdbbb000 C:\Windows\system32\KERNELBASE.dll
- 0x000007feff860000 - 0x000007feff93b000 C:\Windows\system32\ADVAPI32.dll
- 0x000007fefe930000 - 0x000007fefe9cf000 C:\Windows\system32\msvcrt.dll
- 0x000007fefdf10000 - 0x000007fefdf2f000 C:\Windows\SYSTEM32\sechost.dll
- 0x000007fefe5f0000 - 0x000007fefe71d000 C:\Windows\system32\RPCRT4.dll
- 0x0000000076f60000 - 0x000000007705a000 C:\Windows\system32\USER32.dll
- 0x000007fefe720000 - 0x000007fefe787000 C:\Windows\system32\GDI32.dll
- 0x000007feff940000 - 0x000007feff94e000 C:\Windows\system32\LPK.dll
- 0x000007fefe260000 - 0x000007fefe329000 C:\Windows\system32\USP10.dll
- 0x000007fefc410000 - 0x000007fefc604000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
- 0x000007fefe850000 - 0x000007fefe8c1000 C:\Windows\system32\SHLWAPI.dll
- 0x000007fefeaa0000 - 0x000007fefeace000 C:\Windows\system32\IMM32.DLL
- 0x000007fefe140000 - 0x000007fefe249000 C:\Windows\system32\MSCTF.dll
- 0x000000005bbf0000 - 0x000000005bcc1000 D:\Program Files\Java\jre7\bin\msvcr100.dll
- 0x000000006de40000 - 0x000000006e55f000 D:\Program Files\Java\jre7\bin\server\jvm.dll
- 0x000007fef99b0000 - 0x000007fef99b9000 C:\Windows\system32\WSOCK32.dll
- 0x000007fefe9d0000 - 0x000007fefea1d000 C:\Windows\system32\WS2_32.dll
- 0x000007fefe250000 - 0x000007fefe258000 C:\Windows\system32\NSI.dll
- 0x000007fef1470000 - 0x000007fef14ab000 C:\Windows\system32\WINMM.dll
- 0x0000000077800000 - 0x0000000077807000 C:\Windows\system32\PSAPI.DLL
- 0x000000006eb20000 - 0x000000006eb2f000 D:\Program Files\Java\jre7\bin\verify.dll
- 0x000000005bd80000 - 0x000000005bda8000 D:\Program Files\Java\jre7\bin\java.dll
- 0x000000005bd60000 - 0x000000005bd75000 D:\Program Files\Java\jre7\bin\zip.dll
- 0x000000005bd40000 - 0x000000005bd59000 D:\Program Files\Java\jre7\bin\net.dll
- 0x000007fefd2d0000 - 0x000007fefd325000 C:\Windows\system32\mswsock.dll
- 0x000007fefd2c0000 - 0x000007fefd2c7000 C:\Windows\System32\wship6.dll
- 0x000000005bd20000 - 0x000000005bd31000 D:\Program Files\Java\jre7\bin\nio.dll
- 0x0000000054600000 - 0x0000000054793000 D:\Program Files\Java\jre7\bin\awt.dll
- 0x000007fefe330000 - 0x000007fefe407000 C:\Windows\system32\OLEAUT32.dll
- 0x000007fefdf30000 - 0x000007fefe133000 C:\Windows\system32\ole32.dll
- 0x000007fefb9e0000 - 0x000007fefb9f8000 C:\Windows\system32\DWMAPI.DLL
- 0x000007fefc230000 - 0x000007fefc286000 C:\Windows\system32\uxtheme.dll
- 0x000007fefd990000 - 0x000007fefd99f000 C:\Windows\system32\CRYPTBASE.dll
- 0x000007fee2910000 - 0x000007fee2b0f000 C:\Windows\system32\d3d9.dll
- 0x000007fefca30000 - 0x000007fefca3c000 C:\Windows\system32\VERSION.dll
- 0x000007feecad0000 - 0x000007feecad7000 C:\Windows\system32\d3d8thk.dll
- 0x000007feefc80000 - 0x000007feefd9e000 C:\Windows\system32\aticfx64.dll
- 0x000007fee9020000 - 0x000007fee903f000 C:\Windows\system32\atiu9p64.dll
- 0x000007fee2270000 - 0x000007fee2908000 C:\Windows\system32\atiumd64.dll
- 0x0000000050c80000 - 0x000000005116a000 C:\Windows\system32\atiumd6a.dll
- 0x000007fefead0000 - 0x000007feff858000 C:\Windows\system32\SHELL32.dll
- 0x000000005bce0000 - 0x000000005bd14000 D:\Program Files\Java\jre7\bin\fontmanager.dll
- 0x000007fefe790000 - 0x000007fefe829000 C:\Windows\system32\CLBCatQ.DLL
- 0x000000005bba0000 - 0x000000005bbe1000 D:\Program Files\Java\jre7\bin\t2k.dll
- 0x000000005bb70000 - 0x000000005bb9a000 D:\Program Files\Java\jre7\bin\dcpr.dll
- 0x0000000180000000 - 0x0000000180048000 D:\Minecraft\Feed the Beast\MindCrack\minecraft\bin\natives\lwjgl64.dll
- 0x000007feea3e0000 - 0x000007feea4fd000 C:\Windows\system32\OPENGL32.dll
- 0x000007feec030000 - 0x000007feec05d000 C:\Windows\system32\GLU32.dll
- 0x000007feea2e0000 - 0x000007feea3d1000 C:\Windows\system32\DDRAW.dll
- 0x000007feef690000 - 0x000007feef698000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefe410000 - 0x000007fefe5e7000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefdbc0000 - 0x000007fefdbf6000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefde50000 - 0x000007fefde6a000 C:\Windows\system32\DEVOBJ.dll
- 0x000007fefd330000 - 0x000007fefd347000 C:\Windows\system32\CRYPTSP.dll
- 0x000007fefd030000 - 0x000007fefd077000 C:\Windows\system32\rsaenh.dll
- 0x000007fefcd90000 - 0x000007fefcdae000 C:\Windows\system32\USERENV.dll
- 0x000007fefdaa0000 - 0x000007fefdaaf000 C:\Windows\system32\profapi.dll
- 0x000007fefb680000 - 0x000007fefb695000 C:\Windows\system32\NLAapi.dll
- 0x000007fef3970000 - 0x000007fef3985000 C:\Windows\system32\napinsp.dll
- 0x000007fef3950000 - 0x000007fef3969000 C:\Windows\system32\pnrpnsp.dll
- 0x000007fefd150000 - 0x000007fefd1ab000 C:\Windows\system32\DNSAPI.dll
- 0x000007fef36b0000 - 0x000007fef36bb000 C:\Windows\System32\winrnr.dll
- 0x000000006fe40000 - 0x000000006fe66000 C:\Program Files\Bonjour\mdnsNSP.dll
- 0x000007fefac40000 - 0x000007fefac67000 C:\Windows\system32\Iphlpapi.DLL
- 0x000007fefac10000 - 0x000007fefac1b000 C:\Windows\system32\WINNSI.DLL
- 0x000007fef3520000 - 0x000007fef354f000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
- 0x000007fef3400000 - 0x000007fef3410000 C:\Windows\system32\wshbth.dll
- 0x000007fefcc80000 - 0x000007fefcc87000 C:\Windows\System32\wshtcpip.dll
- 0x000007fef33b0000 - 0x000007fef33b8000 C:\Windows\system32\rasadhlp.dll
- 0x000007fefaa90000 - 0x000007fefaae3000 C:\Windows\System32\fwpuclnt.dll
- 0x000000006e7e0000 - 0x000000006e7e7000 D:\Program Files\Java\jre7\bin\jawt.dll
- 0x000007feeea00000 - 0x000007feeea09000 C:\Windows\system32\atig6pxx.dll
- 0x0000000066fd0000 - 0x00000000686b3000 C:\Windows\system32\atio6axx.dll
- 0x000007fee9280000 - 0x000007fee9326000 C:\Windows\system32\atiadlxx.dll
- 0x000007fefca10000 - 0x000007fefca21000 C:\Windows\system32\WTSAPI32.dll
- 0x000007fefdca0000 - 0x000007fefdcd9000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefdce0000 - 0x000007fefde4a000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefdb40000 - 0x000007fefdb4f000 C:\Windows\system32\MSASN1.dll
- 0x000007feedf10000 - 0x000007feedf1e000 C:\Windows\system32\atig6txx.dll
- 0x000000005bb40000 - 0x000000005bb64000 D:\Program Files\Java\jre7\bin\sunec.dll
- 0x000000005bcd0000 - 0x000000005bcdb000 D:\Program Files\Java\jre7\bin\sunmscapi.dll
- 0x000007fee8e00000 - 0x000007fee8f22000 D:\Minecraft\Feed the Beast\MindCrack\minecraft\bin\natives\OpenAL64.dll
- 0x000007fee0d60000 - 0x000007fee0de8000 C:\Windows\system32\dsound.dll
- 0x000007fefba00000 - 0x000007fefba2c000 C:\Windows\system32\POWRPROF.dll
- 0x000007fefbc40000 - 0x000007fefbc8b000 C:\Windows\System32\MMDevApi.dll
- 0x000007fefc290000 - 0x000007fefc3bc000 C:\Windows\System32\PROPSYS.dll
- 0x000007feec410000 - 0x000007feec44b000 C:\Windows\system32\wdmaud.drv
- 0x000000006c2a0000 - 0x000000006c2a6000 C:\Windows\system32\ksuser.dll
- 0x000007fefba30000 - 0x000007fefba39000 C:\Windows\system32\AVRT.dll
- 0x000007feec3c0000 - 0x000007feec40f000 C:\Windows\system32\AUDIOSES.DLL
- 0x000007feec330000 - 0x000007feec33a000 C:\Windows\system32\msacm32.drv
- 0x000007feec310000 - 0x000007feec328000 C:\Windows\system32\MSACM32.dll
- 0x000007feec300000 - 0x000007feec309000 C:\Windows\system32\midimap.dll
- 0x0000000005840000 - 0x000000000584b000 D:\Program Files\Java\jre7\bin\management.dll
- 0x000007fefa9c0000 - 0x000007fefa9d8000 C:\Windows\system32\dhcpcsvc.DLL
- 0x000007fefa970000 - 0x000007fefa981000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x000007feefa50000 - 0x000007feefb75000 C:\Windows\system32\dbghelp.dll
- VM Arguments:
- jvm_args: -Xms256M -Xmx8192M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts
- java_command: net.ftb.mclauncher.MinecraftLauncher D:\Minecraft\Feed the Beast/MindCrack/minecraft C:\Users\Dylan\AppData\Roaming/ftblauncher/ModPacks\MindCrack\FTB_temp.gif MinecraftForge.zip dyl421421 f322ebf5a229a8616f96d092af5d57625a16bc5f MindCrack Pack v8.1.1 C:\Users\Dylan\AppData\Roaming/ftblauncher/ModPacks\MindCrack\logo_minecrack.png
- Launcher Type: SUN_STANDARD
- Environment Variables:
- CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
- PATH=C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;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)\Windows Live\Shared;D:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Common Files\HP\Digital Imaging\bin;D:\Program Files (x86)\HP\Digital Imaging\bin\;D:\Program Files (x86)\HP\Digital Imaging\bin\Qt\Qt 4.3.3;C:\Program Files\Windows Imaging\;D:\Program Files (x86)\Calibre2\;D:\Program Files (x86)\Google\google_appengine\;D:\Program Files (x86)\FAHClient;D:\SocketeQ\windowsandroid_root\system\bin;D:\SocketeQ\windowsandroid_root\system\lib;D:\Program Files\Java\jre7\bin
- USERNAME=Dylan
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 45 Stepping 7, GenuineIntel
- --------------- S Y S T E M ---------------
- OS: Windows 7 , 64 bit Build 7601 Service Pack 1
- CPU:total 12 (6 cores per cpu, 2 threads per core) family 6 model 45 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit, tscinv
- Memory: 4k page, physical 16727144k(7008748k free), swap 33454288k(18862012k free)
- vm_info: Java HotSpot(TM) 64-Bit Server VM (23.5-b02) for windows-amd64 JRE (1.7.0_09-b05), built on Sep 24 2012 21:45:04 by "java_re" with unknown MS VC++:1600
- time: Sun Mar 10 17:11:04 2013
- elapsed time: 15066 seconds
Add Comment
Please, Sign In to add comment