Advertisement
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=0x000007fefac14bd9, pid=4340, tid=4836
- #
- # JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build 1.7.0_55-b13)
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.55-b03 mixed mode windows-amd64 compressed oops)
- # Problematic frame:
- # C [OpenComputersMod-native.64.dll+0x24bd9]
- #
- # 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 (0x0000000012ab5800): JavaThread "Server thread" [_thread_in_native, id=4836, stack(0x000000001f680000,0x000000001f780000)]
- siginfo: ExceptionCode=0xc0000005, reading address 0xfffffffb00000003
- Registers:
- RAX=0xfffffffafffffffa, RBX=0x0000000035d49010, RCX=0x00000000000013e2, RDX=0x00000000000003fa
- RSP=0x000000001f77e0b0, RBP=0x0000000016cb6570, RSI=0x000000003c0d2100, RDI=0x000000003c0d2100
- R8 =0x00000000000007ff, R9 =0x000000003544e970, R10=0x0000000000000016, R11=0x000000003c113e0b
- R12=0x0000000000000001, R13=0x00000007732d5090, R14=0x0000000034fb3790, R15=0x0000000000000001
- RIP=0x000007fefac14bd9, EFLAGS=0x0000000000010202
- Top of Stack: (sp=0x000000001f77e0b0)
- 0x000000001f77e0b0: 0000000016cb6570 0000000035d49010
- 0x000000001f77e0c0: 0000000034fb3790 000008f8e8d8211c
- 0x000000001f77e0d0: 0000000000000000 000007fefac14f4d
- 0x000000001f77e0e0: 0000000016cb6570 0000000035d49010
- 0x000000001f77e0f0: 0000000034fb3790 0000000032e60340
- 0x000000001f77e100: 0000000034fb3650 000007fefabfab9a
- 0x000000001f77e110: 0000000034fb37b0 0000000016cb6570
- 0x000000001f77e120: 0000000016cb6570 0000000000000000
- 0x000000001f77e130: 000000001f77e680 000007fefac0b8c6
- 0x000000001f77e140: 000000000000000a 00000000000000e1
- 0x000000001f77e150: 00000000000000e0 0000000032e60340
- 0x000000001f77e160: 0000000032e04d10 000007fefac0b254
- 0x000000001f77e170: 000000001f77e680 000000001f77e680
- 0x000000001f77e180: 00000000000000e0 000007fefabf0000
- 0x000000001f77e190: 0000000000000000 00000000162fb540
- 0x000000001f77e1a0: 0000000000000008 000007fefac0bad1
- Instructions: (pc=0x000007fefac14bd9)
- 0x000007fefac14bb9: 20 48 89 7e 20 48 8b f7 49 8b 06 48 89 46 10 41
- 0x000007fefac14bc9: 8b 46 08 89 46 18 41 f6 46 08 40 74 1a 49 8b 06
- 0x000007fefac14bd9: f6 40 09 03 74 11 f6 43 09 04 74 0b 48 8b d3 48
- 0x000007fefac14be9: 8b cd e8 00 bb ff ff 48 8b c6 e9 38 ff ff ff 48
- Register to memory mapping:
- RAX=0xfffffffafffffffa is an unknown value
- RBX=0x0000000035d49010 is an unknown value
- RCX=0x00000000000013e2 is an unknown value
- RDX=0x00000000000003fa is an unknown value
- RSP=0x000000001f77e0b0 is pointing into the stack for thread: 0x0000000012ab5800
- RBP=0x0000000016cb6570 is an unknown value
- RSI=0x000000003c0d2100 is an unknown value
- RDI=0x000000003c0d2100 is an unknown value
- R8 =0x00000000000007ff is an unknown value
- R9 =0x000000003544e970 is an unknown value
- R10=0x0000000000000016 is an unknown value
- R11=0x000000003c113e0b is an unknown value
- R12=0x0000000000000001 is an unknown value
- R13=0x00000007732d5090 is an oop
- {method}
- - klass: {other class}
- R14=0x0000000034fb3790 is an unknown value
- R15=0x0000000000000001 is an unknown value
- Stack: [0x000000001f680000,0x000000001f780000], sp=0x000000001f77e0b0, free space=1016k
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- C [OpenComputersMod-native.64.dll+0x24bd9]
- Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
- j com.naef.jnlua.LuaState.lua_pcall(II)V+0
- j com.naef.jnlua.LuaState.call(II)V+7
- j li.cil.oc.server.component.machine.luac.PersistenceAPI.persist(I)[B+60
- j li.cil.oc.server.component.machine.NativeLuaArchitecture.save(Lnet/minecraft/nbt/NBTTagCompound;)V+176
- j li.cil.oc.server.component.machine.Machine.save(Lnet/minecraft/nbt/NBTTagCompound;)V+249
- j li.cil.oc.common.tileentity.traits.Computer$$anonfun$writeToNBT$1.apply(Lnet/minecraft/nbt/NBTTagCompound;)V+5
- j li.cil.oc.common.tileentity.traits.Computer$$anonfun$writeToNBT$1.apply(Ljava/lang/Object;)Ljava/lang/Object;+5
- j li.cil.oc.util.ExtendedNBT$ExtendedNBTTagCompound.setNewCompoundTag(Ljava/lang/String;Lscala/Function1;)Lnet/minecraft/nbt/NBTTagCompound;+10
- j li.cil.oc.common.tileentity.traits.Computer$class.writeToNBT(Lli/cil/oc/common/tileentity/traits/Computer;Lnet/minecraft/nbt/NBTTagCompound;)V+73
- j li.cil.oc.common.tileentity.Case.li$cil$oc$common$tileentity$traits$Colored$$super$writeToNBT(Lnet/minecraft/nbt/NBTTagCompound;)V+2
- j li.cil.oc.common.tileentity.traits.Colored$class.writeToNBT(Lli/cil/oc/common/tileentity/traits/Colored;Lnet/minecraft/nbt/NBTTagCompound;)V+2
- j li.cil.oc.common.tileentity.Case.func_70310_b(Lnet/minecraft/nbt/NBTTagCompound;)V+36
- J net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/World;Lnet/minecraft/nbt/NBTTagCompound;)V
- j net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/Chunk;)V+34
- J net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ZLnet/minecraft/util/IProgressUpdate;)Z
- j net.minecraft.world.WorldServer.func_73044_a(ZLnet/minecraft/util/IProgressUpdate;)V+48
- j net.minecraft.server.MinecraftServer.func_71267_a(Z)V+104
- j net.minecraft.server.MinecraftServer.func_71217_p()V+106
- J net.minecraft.server.MinecraftServer.run()V
- j net.minecraft.server.ThreadMinecraftServer.run()V+4
- v ~StubRoutines::call_stub
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x0000000012ab2800 JavaThread "File IO Thread" [_thread_blocked, id=3844, stack(0x0000000029980000,0x0000000029a80000)]
- 0x000000001d250800 JavaThread "OpenComputers-Computer-4" daemon [_thread_blocked, id=5252, stack(0x0000000033f70000,0x0000000034070000)]
- 0x0000000013eb4800 JavaThread "OpenComputers-Computer-3" daemon [_thread_blocked, id=3244, stack(0x0000000033e10000,0x0000000033f10000)]
- 0x0000000012ab1000 JavaThread "OpenComputers-Computer-2" daemon [_thread_blocked, id=5848, stack(0x00000000312f0000,0x00000000313f0000)]
- 0x0000000012aab000 JavaThread "OpenComputers-Computer-1" daemon [_thread_blocked, id=3488, stack(0x000000000fb20000,0x000000000fc20000)]
- 0x0000000012ab3800 JavaThread "Timer-1" [_thread_blocked, id=5132, stack(0x000000002e690000,0x000000002e790000)]
- =>0x0000000012ab5800 JavaThread "Server thread" [_thread_in_native, id=4836, stack(0x000000001f680000,0x000000001f780000)]
- 0x0000000012ab5000 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_blocked, id=2100, stack(0x000000002d400000,0x000000002d500000)]
- 0x0000000012aae000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=2352, stack(0x0000000014840000,0x0000000014940000)]
- 0x0000000013eb2800 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=4092, stack(0x000000002c4a0000,0x000000002c5a0000)]
- 0x0000000013eb3000 JavaThread "Thread-65" [_thread_blocked, id=4168, stack(0x000000001ea00000,0x000000001eb00000)]
- 0x0000000013eb4000 JavaThread "Thread-63" [_thread_blocked, id=1424, stack(0x000000001f250000,0x000000001f350000)]
- 0x0000000012ab6800 JavaThread "PR TableUpdateThread #3" daemon [_thread_blocked, id=5936, stack(0x000000001ee90000,0x000000001ef90000)]
- 0x0000000012ab7000 JavaThread "PR TableUpdateThread #2" daemon [_thread_blocked, id=5144, stack(0x000000001f020000,0x000000001f120000)]
- 0x0000000012aad800 JavaThread "PR TableUpdateThread #1" daemon [_thread_blocked, id=6016, stack(0x000000001ed50000,0x000000001ee50000)]
- 0x0000000012ab0800 JavaThread "PR TableUpdateThread #0" daemon [_thread_blocked, id=1392, stack(0x000000001ebc0000,0x000000001ecc0000)]
- 0x0000000012aac000 JavaThread "OpenComputers-SoundUpdater" daemon [_thread_blocked, id=2532, stack(0x0000000011f80000,0x0000000012080000)]
- 0x0000000012aac800 JavaThread "Thread-12" [_thread_blocked, id=5704, stack(0x000000000fd50000,0x000000000fe50000)]
- 0x0000000012aaa800 JavaThread "Thread-9" [_thread_blocked, id=5916, stack(0x000000000fa00000,0x000000000fb00000)]
- 0x0000000012aa9800 JavaThread "Immibis Core background task" daemon [_thread_blocked, id=6024, stack(0x000000000f8a0000,0x000000000f9a0000)]
- 0x0000000012aa8000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4756, stack(0x0000000015e50000,0x0000000015f50000)]
- 0x00000000123a4000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=4376, stack(0x00000000149c0000,0x0000000014ac0000)]
- 0x000000000e42a800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1048, stack(0x000000000f380000,0x000000000f480000)]
- 0x000000000e1c2800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1760, stack(0x000000000ddb0000,0x000000000deb0000)]
- 0x000000000d039000 JavaThread "Thread-1" daemon [_thread_blocked, id=3888, stack(0x000000000d710000,0x000000000d810000)]
- 0x000000000cdb4800 JavaThread "Service Thread" daemon [_thread_blocked, id=3220, stack(0x000000000d190000,0x000000000d290000)]
- 0x000000000cdb3000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4800, stack(0x000000000d810000,0x000000000d910000)]
- 0x000000000b368800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5028, stack(0x000000000d5c0000,0x000000000d6c0000)]
- 0x000000000b367000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2836, stack(0x000000000d410000,0x000000000d510000)]
- 0x000000000b366000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5420, stack(0x000000000d2a0000,0x000000000d3a0000)]
- 0x000000000b351000 JavaThread "Finalizer" daemon [_thread_blocked, id=5800, stack(0x000000000cc70000,0x000000000cd70000)]
- 0x000000000b346000 JavaThread "Reference Handler" daemon [_thread_blocked, id=3112, stack(0x000000000c970000,0x000000000ca70000)]
- 0x0000000001bbe000 JavaThread "Minecraft main thread" [_thread_in_Java, id=3864, stack(0x0000000002330000,0x0000000002430000)]
- Other Threads:
- 0x000000000b344800 VMThread [stack: 0x000000000ca70000,0x000000000cb70000] [id=4600]
- 0x000000000cdc7800 WatcherThread [stack: 0x000000000d9e0000,0x000000000dae0000] [id=5844]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- PSYoungGen total 449024K, used 274374K [0x00000007d5500000, 0x00000007f9080000, 0x0000000800000000)
- eden space 445440K, 60% used [0x00000007d5500000,0x00000007e5dd0640,0x00000007f0800000)
- from space 3584K, 89% used [0x00000007f8d00000,0x00000007f9021278,0x00000007f9080000)
- to space 8704K, 0% used [0x00000007f7f80000,0x00000007f7f80000,0x00000007f8800000)
- ParOldGen total 779264K, used 547762K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 70% used [0x0000000780000000,0x00000007a16ecb18,0x00000007af900000)
- PSPermGen total 262144K, used 91319K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592df38,0x0000000780000000)
- Card table byte_map: [0x00000000054f0000,0x0000000005980000] byte_map_base: 0x0000000001970000
- Polling page: 0x0000000001b60000
- Code Cache [0x0000000002430000, 0x0000000003710000, 0x0000000005430000)
- total_blobs=7642 nmethods=6579 adapters=1011 free_code_cache=30091Kb largest_free_block=30601088
- Compilation events (10 events):
- Event: 3122.090 Thread 0x000000000b368800 7434 java.nio.Bits::int3 (6 bytes)
- Event: 3122.090 Thread 0x000000000b368800 nmethod 7434 0x00000000031ecf50 code [0x00000000031ed080, 0x00000000031ed0b8]
- Event: 3122.090 Thread 0x000000000b368800 7435 java.nio.Bits::int2 (6 bytes)
- Event: 3122.090 Thread 0x000000000b368800 nmethod 7435 0x0000000003228ad0 code [0x0000000003228c00, 0x0000000003228c38]
- Event: 3122.090 Thread 0x000000000b368800 7436 java.nio.Bits::int1 (6 bytes)
- Event: 3122.090 Thread 0x000000000b368800 nmethod 7436 0x000000000322c4d0 code [0x000000000322c600, 0x000000000322c638]
- Event: 3122.090 Thread 0x000000000b368800 7437 java.nio.Bits::int0 (3 bytes)
- Event: 3122.091 Thread 0x000000000b368800 nmethod 7437 0x0000000003268450 code [0x0000000003268580, 0x00000000032685b8]
- Event: 3185.650 Thread 0x000000000b368800 7438 net.minecraftforge.event.ASMEventHandler_275_RenderHalo_onRenderWorldLast_RenderWorldLastEvent::invoke (15 bytes)
- Event: 3185.652 Thread 0x000000000b368800 nmethod 7438 0x00000000036f7350 code [0x00000000036f74a0, 0x00000000036f7588]
- GC Heap History (10 events):
- Event: 3086.598 GC heap before
- {Heap before GC invocations=199 (full 3):
- PSYoungGen total 532480K, used 532142K [0x00000007d5500000, 0x00000007fa380000, 0x0000000800000000)
- eden space 524800K, 100% used [0x00000007d5500000,0x00000007f5580000,0x00000007f5580000)
- from space 7680K, 95% used [0x00000007f9680000,0x00000007f9dabbf0,0x00000007f9e00000)
- to space 5632K, 0% used [0x00000007f9e00000,0x00000007f9e00000,0x00000007fa380000)
- ParOldGen total 779264K, used 535835K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 68% used [0x0000000780000000,0x00000007a0b46da8,0x00000007af900000)
- PSPermGen total 262144K, used 91313K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592c7f0,0x0000000780000000)
- Event: 3086.612 GC heap after
- Heap after GC invocations=199 (full 3):
- PSYoungGen total 510976K, used 3084K [0x00000007d5500000, 0x00000007fa180000, 0x0000000800000000)
- eden space 507392K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007f4480000)
- from space 3584K, 86% used [0x00000007f9e00000,0x00000007fa103260,0x00000007fa180000)
- to space 9728K, 0% used [0x00000007f8e80000,0x00000007f8e80000,0x00000007f9800000)
- ParOldGen total 779264K, used 540216K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 69% used [0x0000000780000000,0x00000007a0f8e2e8,0x00000007af900000)
- PSPermGen total 262144K, used 91313K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592c7f0,0x0000000780000000)
- }
- Event: 3115.931 GC heap before
- {Heap before GC invocations=200 (full 3):
- PSYoungGen total 510976K, used 510476K [0x00000007d5500000, 0x00000007fa180000, 0x0000000800000000)
- eden space 507392K, 100% used [0x00000007d5500000,0x00000007f4480000,0x00000007f4480000)
- from space 3584K, 86% used [0x00000007f9e00000,0x00000007fa103260,0x00000007fa180000)
- to space 9728K, 0% used [0x00000007f8e80000,0x00000007f8e80000,0x00000007f9800000)
- ParOldGen total 779264K, used 540216K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 69% used [0x0000000780000000,0x00000007a0f8e2e8,0x00000007af900000)
- PSPermGen total 262144K, used 91313K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592c7f0,0x0000000780000000)
- Event: 3115.942 GC heap after
- Heap after GC invocations=200 (full 3):
- PSYoungGen total 495104K, used 3646K [0x00000007d5500000, 0x00000007f9e80000, 0x0000000800000000)
- eden space 491008K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007f3480000)
- from space 4096K, 89% used [0x00000007f8e80000,0x00000007f920f928,0x00000007f9280000)
- to space 9216K, 0% used [0x00000007f9580000,0x00000007f9580000,0x00000007f9e80000)
- ParOldGen total 779264K, used 540320K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 69% used [0x0000000780000000,0x00000007a0fa82e8,0x00000007af900000)
- PSPermGen total 262144K, used 91313K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592c7f0,0x0000000780000000)
- }
- Event: 3143.889 GC heap before
- {Heap before GC invocations=201 (full 3):
- PSYoungGen total 495104K, used 494654K [0x00000007d5500000, 0x00000007f9e80000, 0x0000000800000000)
- eden space 491008K, 100% used [0x00000007d5500000,0x00000007f3480000,0x00000007f3480000)
- from space 4096K, 89% used [0x00000007f8e80000,0x00000007f920f928,0x00000007f9280000)
- to space 9216K, 0% used [0x00000007f9580000,0x00000007f9580000,0x00000007f9e80000)
- ParOldGen total 779264K, used 540320K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 69% used [0x0000000780000000,0x00000007a0fa82e8,0x00000007af900000)
- PSPermGen total 262144K, used 91314K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592ca70,0x0000000780000000)
- Event: 3143.901 GC heap after
- Heap after GC invocations=201 (full 3):
- PSYoungGen total 476160K, used 736K [0x00000007d5500000, 0x00000007f9680000, 0x0000000800000000)
- eden space 475136K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007f2500000)
- from space 1024K, 71% used [0x00000007f9580000,0x00000007f9638000,0x00000007f9680000)
- to space 9216K, 0% used [0x00000007f8480000,0x00000007f8480000,0x00000007f8d80000)
- ParOldGen total 779264K, used 545781K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 70% used [0x0000000780000000,0x00000007a14fd780,0x00000007af900000)
- PSPermGen total 262144K, used 91314K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592ca70,0x0000000780000000)
- }
- Event: 3165.340 GC heap before
- {Heap before GC invocations=202 (full 3):
- PSYoungGen total 476160K, used 475872K [0x00000007d5500000, 0x00000007f9680000, 0x0000000800000000)
- eden space 475136K, 100% used [0x00000007d5500000,0x00000007f2500000,0x00000007f2500000)
- from space 1024K, 71% used [0x00000007f9580000,0x00000007f9638000,0x00000007f9680000)
- to space 9216K, 0% used [0x00000007f8480000,0x00000007f8480000,0x00000007f8d80000)
- ParOldGen total 779264K, used 545781K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 70% used [0x0000000780000000,0x00000007a14fd780,0x00000007af900000)
- PSPermGen total 262144K, used 91319K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592dca0,0x0000000780000000)
- Event: 3165.352 GC heap after
- Heap after GC invocations=202 (full 3):
- PSYoungGen total 464896K, used 4836K [0x00000007d5500000, 0x00000007f9600000, 0x0000000800000000)
- eden space 459776K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007f1600000)
- from space 5120K, 94% used [0x00000007f8480000,0x00000007f8939278,0x00000007f8980000)
- to space 9216K, 0% used [0x00000007f8d00000,0x00000007f8d00000,0x00000007f9600000)
- ParOldGen total 779264K, used 545934K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 70% used [0x0000000780000000,0x00000007a15238a0,0x00000007af900000)
- PSPermGen total 262144K, used 91319K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592dca0,0x0000000780000000)
- }
- Event: 3192.762 GC heap before
- {Heap before GC invocations=203 (full 3):
- PSYoungGen total 464896K, used 464612K [0x00000007d5500000, 0x00000007f9600000, 0x0000000800000000)
- eden space 459776K, 100% used [0x00000007d5500000,0x00000007f1600000,0x00000007f1600000)
- from space 5120K, 94% used [0x00000007f8480000,0x00000007f8939278,0x00000007f8980000)
- to space 9216K, 0% used [0x00000007f8d00000,0x00000007f8d00000,0x00000007f9600000)
- ParOldGen total 779264K, used 545934K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 70% used [0x0000000780000000,0x00000007a15238a0,0x00000007af900000)
- PSPermGen total 262144K, used 91319K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592df38,0x0000000780000000)
- Event: 3192.775 GC heap after
- Heap after GC invocations=203 (full 3):
- PSYoungGen total 449024K, used 3204K [0x00000007d5500000, 0x00000007f9080000, 0x0000000800000000)
- eden space 445440K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007f0800000)
- from space 3584K, 89% used [0x00000007f8d00000,0x00000007f9021278,0x00000007f9080000)
- to space 8704K, 0% used [0x00000007f7f80000,0x00000007f7f80000,0x00000007f8800000)
- ParOldGen total 779264K, used 547762K [0x0000000780000000, 0x00000007af900000, 0x00000007d5500000)
- object space 779264K, 70% used [0x0000000780000000,0x00000007a16ecb18,0x00000007af900000)
- PSPermGen total 262144K, used 91319K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 34% used [0x0000000770000000,0x000000077592df38,0x0000000780000000)
- }
- Deoptimization events (10 events):
- Event: 2958.585 Thread 0x0000000001bbe000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000034ffcc0 method=codechicken.microblock.TopMicroMaterial.renderMicroFace([Lcodechicken/lib/render/Vertex5;ILcodechicken/lib/vec/Vector3;Lcodechicken/lib/lighting/LightMatrix;Lcodechicken/mi-+§@
- Event: 2958.585 Thread 0x0000000001bbe000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000034ffcc0 method=codechicken.microblock.TopMicroMaterial.renderMicroFace([Lcodechicken/lib/render/Vertex5;ILcodechicken/lib/vec/Vector3;Lcodechicken/lib/lighting/LightMatrix;Lcodechicken/miF\ …+§@
- Event: 2958.585 Thread 0x0000000001bbe000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000034ffcc0 method=codechicken.microblock.TopMicroMaterial.renderMicroFace([Lcodechicken/lib/render/Vertex5;ILcodechicken/lib/vec/Vector3;Lcodechicken/lib/lighting/LightMatrix;Lcodechicken/miOìfK§@
- Event: 2981.531 Thread 0x0000000012ab5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000027725bc method=scala.collection.IndexedSeqOptimized$class.slice(Lscala/collection/IndexedSeqOptimized;II)Ljava/lang/Object; @ 98
- Event: 3020.115 Thread 0x0000000001bbe000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000036306e8 method=invtweaks.InvTweaks.handleGUILayout(Lnet/minecraft/client/gui/inventory/GuiContainer;)V @ 754
- Event: 3037.834 Thread 0x0000000001bbe000 Uncommon trap: reason=unloaded action=reinterpret pc=0x000000000332c670 method=mrtjp.projectred.illumination.RenderHalo.onRenderWorldLast(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V @ 126
- Event: 3071.534 Thread 0x0000000012ab5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000027724e4 method=scala.collection.IndexedSeqOptimized$class.slice(Lscala/collection/IndexedSeqOptimized;II)Ljava/lang/Object; @ 76
- Event: 3111.651 Thread 0x0000000001bbe000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000036fd0c0 method=mrtjp.projectred.core.BasicUtils.getTileEntity(Lnet/minecraft/world/IBlockAccess;Lcodechicken/lib/vec/BlockCoord;Ljava/lang/Class;)Ljava/lang/Object; @ 30
- Event: 3111.651 Thread 0x0000000001bbe000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000036e0e68 method=mrtjp.projectred.core.BasicUtils.getTileEntity(Lnet/minecraft/world/IBlockAccess;Lcodechicken/lib/vec/BlockCoord;Ljava/lang/Class;)Ljava/lang/Object; @ 30
- Event: 3161.548 Thread 0x0000000012ab5800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000027725bc method=scala.collection.IndexedSeqOptimized$class.slice(Lscala/collection/IndexedSeqOptimized;II)Ljava/lang/Object; @ 98
- Internal exceptions (10 events):
- Event: 3206.394 Thread 0x0000000013eb4000 Threw 0x00000007e5051738 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3206.409 Thread 0x0000000013eb4000 Threw 0x00000007e50518f8 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3206.422 Thread 0x0000000013eb4000 Threw 0x00000007e5051ab8 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3206.436 Thread 0x0000000013eb4000 Threw 0x00000007e5051c78 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3206.454 Thread 0x0000000013eb4000 Threw 0x00000007e5051e38 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3206.473 Thread 0x0000000013eb4000 Threw 0x00000007e5051ff8 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3206.487 Thread 0x0000000013eb4000 Threw 0x00000007e50521b8 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3206.506 Thread 0x0000000013eb4000 Threw 0x00000007e5052378 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3206.521 Thread 0x0000000013eb4000 Threw 0x00000007e5052538 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3206.535 Thread 0x0000000013eb4000 Threw 0x00000007e50526f8 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Events (10 events):
- Event: 3206.470 loading class 0x00000000140913b0
- Event: 3206.470 loading class 0x00000000140913b0 done
- Event: 3206.484 loading class 0x00000000140913b0
- Event: 3206.484 loading class 0x00000000140913b0 done
- Event: 3206.498 loading class 0x00000000140913b0
- Event: 3206.498 loading class 0x00000000140913b0 done
- Event: 3206.517 loading class 0x00000000140913b0
- Event: 3206.517 loading class 0x00000000140913b0 done
- Event: 3206.532 loading class 0x00000000140913b0
- Event: 3206.532 loading class 0x00000000140913b0 done
- Dynamic libraries:
- 0x000000013f600000 - 0x000000013f633000 C:\Program Files\Java\jre7\bin\java.exe
- 0x00000000779d0000 - 0x0000000077b79000 C:\Windows\SYSTEM32\ntdll.dll
- 0x00000000778b0000 - 0x00000000779cf000 C:\Windows\system32\kernel32.dll
- 0x000007fefd850000 - 0x000007fefd8bc000 C:\Windows\system32\KERNELBASE.dll
- 0x000007fefe1a0000 - 0x000007fefe27b000 C:\Windows\system32\ADVAPI32.dll
- 0x000007fefe7e0000 - 0x000007fefe87f000 C:\Windows\system32\msvcrt.dll
- 0x000007feffa50000 - 0x000007feffa6f000 C:\Windows\SYSTEM32\sechost.dll
- 0x000007fefea80000 - 0x000007fefebad000 C:\Windows\system32\RPCRT4.dll
- 0x00000000777b0000 - 0x00000000778aa000 C:\Windows\system32\USER32.dll
- 0x000007feffbb0000 - 0x000007feffc17000 C:\Windows\system32\GDI32.dll
- 0x000007feffb40000 - 0x000007feffb4e000 C:\Windows\system32\LPK.dll
- 0x000007feffa70000 - 0x000007feffb39000 C:\Windows\system32\USP10.dll
- 0x000007fefc140000 - 0x000007fefc334000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
- 0x000007fefe760000 - 0x000007fefe7d1000 C:\Windows\system32\SHLWAPI.dll
- 0x000007fefe170000 - 0x000007fefe19e000 C:\Windows\system32\IMM32.DLL
- 0x000007feff940000 - 0x000007feffa49000 C:\Windows\system32\MSCTF.dll
- 0x0000000063450000 - 0x0000000063522000 C:\Program Files\Java\jre7\bin\msvcr100.dll
- 0x000000005e120000 - 0x000000005e8e9000 C:\Program Files\Java\jre7\bin\server\jvm.dll
- 0x000007fef96b0000 - 0x000007fef96b9000 C:\Windows\system32\WSOCK32.dll
- 0x000007fefe280000 - 0x000007fefe2cd000 C:\Windows\system32\WS2_32.dll
- 0x000007fefdbc0000 - 0x000007fefdbc8000 C:\Windows\system32\NSI.dll
- 0x000007fef75d0000 - 0x000007fef760b000 C:\Windows\system32\WINMM.dll
- 0x0000000077ba0000 - 0x0000000077ba7000 C:\Windows\system32\PSAPI.DLL
- 0x0000000069e70000 - 0x0000000069e7f000 C:\Program Files\Java\jre7\bin\verify.dll
- 0x0000000067580000 - 0x00000000675a8000 C:\Program Files\Java\jre7\bin\java.dll
- 0x0000000068020000 - 0x0000000068035000 C:\Program Files\Java\jre7\bin\zip.dll
- 0x0000000067860000 - 0x0000000067879000 C:\Program Files\Java\jre7\bin\net.dll
- 0x000007fefd000000 - 0x000007fefd055000 C:\Windows\system32\mswsock.dll
- 0x000007fefcff0000 - 0x000007fefcff7000 C:\Windows\System32\wship6.dll
- 0x0000000068b20000 - 0x0000000068b31000 C:\Program Files\Java\jre7\bin\nio.dll
- 0x0000000062d70000 - 0x0000000062f05000 C:\Program Files\Java\jre7\bin\awt.dll
- 0x000007fefdde0000 - 0x000007fefdeb7000 C:\Windows\system32\OLEAUT32.dll
- 0x000007fefdbd0000 - 0x000007fefddd3000 C:\Windows\system32\ole32.dll
- 0x000007fefbf60000 - 0x000007fefbfb6000 C:\Windows\system32\uxtheme.dll
- 0x000007fefbb30000 - 0x000007fefbb48000 C:\Windows\system32\dwmapi.dll
- 0x000007fefd6c0000 - 0x000007fefd6cf000 C:\Windows\system32\CRYPTBASE.dll
- 0x000007fefebb0000 - 0x000007feff938000 C:\Windows\system32\SHELL32.dll
- 0x0000000067060000 - 0x00000000670a7000 C:\Program Files\Java\jre7\bin\fontmanager.dll
- 0x000007fef0900000 - 0x000007fef0aff000 C:\Windows\system32\d3d9.dll
- 0x000007fefc8f0000 - 0x000007fefc8fc000 C:\Windows\system32\VERSION.dll
- 0x000007fef3fc0000 - 0x000007fef3fc7000 C:\Windows\system32\d3d8thk.dll
- 0x000007fef7dd0000 - 0x000007fef7f14000 C:\Windows\system32\aticfx64.dll
- 0x000007fef1590000 - 0x000007fef15b0000 C:\Windows\system32\atiu9p64.dll
- 0x000007feec500000 - 0x000007feecc61000 C:\Windows\system32\atiumd64.dll
- 0x0000000072cb0000 - 0x000000007353d000 C:\Windows\system32\atiumd6a.dll
- 0x0000000063690000 - 0x00000000636d1000 C:\Program Files\Java\jre7\bin\t2k.dll
- 0x0000000066e40000 - 0x0000000066e54000 C:\Program Files\Java\jre7\bin\unpack.dll
- 0x0000000063660000 - 0x0000000063684000 C:\Program Files\Java\jre7\bin\sunec.dll
- 0x0000000069920000 - 0x000000006992b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
- 0x000007fefda20000 - 0x000007fefdb8c000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefd830000 - 0x000007fefd83f000 C:\Windows\system32\MSASN1.dll
- 0x000007fefd060000 - 0x000007fefd077000 C:\Windows\system32\CRYPTSP.dll
- 0x000007fefcd60000 - 0x000007fefcda7000 C:\Windows\system32\rsaenh.dll
- 0x000007fefcae0000 - 0x000007fefcafe000 C:\Windows\system32\USERENV.dll
- 0x000007fefd790000 - 0x000007fefd79f000 C:\Windows\system32\profapi.dll
- 0x000007fefa2f0000 - 0x000007fefa317000 C:\Windows\system32\IPHLPAPI.DLL
- 0x000007fefa2d0000 - 0x000007fefa2db000 C:\Windows\system32\WINNSI.DLL
- 0x000007fefa0e0000 - 0x000007fefa0f8000 C:\Windows\system32\dhcpcsvc.DLL
- 0x000007fefa0c0000 - 0x000007fefa0d1000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x000007fefa5a0000 - 0x000007fefa5b5000 C:\Windows\system32\NLAapi.dll
- 0x000007fef4020000 - 0x000007fef4035000 C:\Windows\system32\napinsp.dll
- 0x000007fef4000000 - 0x000007fef4019000 C:\Windows\system32\pnrpnsp.dll
- 0x000007fefce80000 - 0x000007fefcedb000 C:\Windows\system32\DNSAPI.dll
- 0x000007fef3ff0000 - 0x000007fef3ffb000 C:\Windows\System32\winrnr.dll
- 0x000007fefc9c0000 - 0x000007fefc9c7000 C:\Windows\System32\wshtcpip.dll
- 0x000007fef9160000 - 0x000007fef9168000 C:\Windows\system32\rasadhlp.dll
- 0x000007fefa180000 - 0x000007fefa1d3000 C:\Windows\System32\fwpuclnt.dll
- 0x0000000180000000 - 0x0000000180050000 D:\Games\MultiMC\instances\Main Pack\natives\lwjgl64.dll
- 0x000007fefae00000 - 0x000007fefaf1d000 C:\Windows\system32\OPENGL32.dll
- 0x000007fefadd0000 - 0x000007fefadfd000 C:\Windows\system32\GLU32.dll
- 0x000007fefacd0000 - 0x000007fefadc1000 C:\Windows\system32\DDRAW.dll
- 0x000007fefb040000 - 0x000007fefb048000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefe580000 - 0x000007fefe757000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefd8d0000 - 0x000007fefd906000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefd910000 - 0x000007fefd92a000 C:\Windows\system32\DEVOBJ.dll
- 0x000007fefb020000 - 0x000007fefb038000 C:\Windows\system32\atig6pxx.dll
- 0x000000005adc0000 - 0x000000005c761000 C:\Windows\system32\atio6axx.dll
- 0x000007fef9b30000 - 0x000007fef9c58000 C:\Windows\system32\atiadlxx.dll
- 0x000007fefbfc0000 - 0x000007fefc0ec000 C:\Windows\system32\PROPSYS.dll
- 0x000007fefc740000 - 0x000007fefc751000 C:\Windows\system32\WTSAPI32.dll
- 0x000007fefd9e0000 - 0x000007fefda1a000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefac90000 - 0x000007fefacae000 C:\Windows\system32\atig6txx.dll
- 0x000007fee00d0000 - 0x000007fee016c000 C:\Windows\system32\mscms.dll
- 0x000007fee0080000 - 0x000007fee00c2000 C:\Windows\system32\icm32.dll
- 0x000000006abe0000 - 0x000000006abeb000 C:\Program Files\Java\jre7\bin\management.dll
- 0x000007fefabf0000 - 0x000007fefac68000 C:\Users\Joshua\AppData\Local\Temp\OpenComputersMod-native.64.dll
- 0x0000000006360000 - 0x00000000063c4000 D:\Games\MultiMC\instances\Main Pack\natives\OpenAL64.dll
- 0x000007fefe880000 - 0x000007fefe919000 C:\Windows\system32\CLBCatQ.DLL
- 0x000007fefbb50000 - 0x000007fefbb9b000 C:\Windows\System32\MMDevApi.dll
- 0x000007fefab60000 - 0x000007fefabe8000 C:\Windows\system32\dsound.dll
- 0x000007fefb670000 - 0x000007fefb69c000 C:\Windows\system32\POWRPROF.dll
- 0x000007fefb8d0000 - 0x000007fefb91f000 C:\Windows\system32\AUDIOSES.DLL
- 0x000007fee14d0000 - 0x000007fee15f5000 C:\Windows\system32\dbghelp.dll
- VM Arguments:
- jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx2048m -XX:PermSize=256m -Duser.language=en
- java_command: D:/Games/MultiMC/jars/NewLaunch.jar
- 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 (x86)\Common Files\Adobe\AGL
- USERNAME=Joshua
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 10 Stepping 0, AuthenticAMD
- --------------- S Y S T E M ---------------
- OS: Windows 7 , 64 bit Build 7601 Service Pack 1
- CPU:total 6 (6 cores per cpu, 1 threads per core) family 16 model 10 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv
- Memory: 4k page, physical 12574612k(7796436k free), swap 20961356k(14829240k free)
- vm_info: Java HotSpot(TM) 64-Bit Server VM (24.55-b03) for windows-amd64 JRE (1.7.0_55-b13), built on Mar 17 2014 19:45:30 by "java_re" with unknown MS VC++:1600
- time: Wed Jun 04 20:51:09 2014
- elapsed time: 3206 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement