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=0x000007fefaca503e, pid=6132, tid=2236
- #
- # 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+0x2503e]
- #
- # 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 (0x000000000fa5b000): JavaThread "Server thread" [_thread_in_native, id=2236, stack(0x0000000020040000,0x0000000020140000)]
- siginfo: ExceptionCode=0xc0000005, reading address 0x000000000000007a
- Registers:
- RAX=0x0000000000000004, RBX=0x0000000021588920, RCX=0x000007fefac80000, RDX=0x0000000021c82d20
- RSP=0x000000002013e140, RBP=0x00000000002a8f60, RSI=0x0000000000000070, RDI=0x0000000021c82d20
- R8 =0x000007fefaca5036, R9 =0x00000000215bb000, R10=0x0000000000000016, R11=0x0000000028a045d7
- R12=0x0000000000000001, R13=0x00000007725ef230, R14=0x0000000000000000, R15=0x0000000000000001
- RIP=0x000007fefaca503e, EFLAGS=0x0000000000010206
- Top of Stack: (sp=0x000000002013e140)
- 0x000000002013e140: 00000000002a8f60 000007fefaca4c35
- 0x000000002013e150: 0000000013a813f0 00000000002a8f60
- 0x000000002013e160: 0000000021c82d20 000007fefaca486e
- 0x000000002013e170: 0000000000000099 0000000013a813f0
- 0x000000002013e180: 0000000000000022 00000000002a8f60
- 0x000000002013e190: 0000000000000001 0000169fb41b708a
- 0x000000002013e1a0: 000000002013e2a0 000007fefac8a96e
- 0x000000002013e1b0: 0000000013a813f0 0000000000000016
- 0x000000002013e1c0: 0000000013a813f0 0000000000000000
- 0x000000002013e1d0: 0000000000000004 000007fefac9b856
- 0x000000002013e1e0: 0000000000000004 00000000002a8f60
- 0x000000002013e1f0: 0000000000000098 00000000002a8f60
- 0x000000002013e200: 0000000013aead60 000007fefac9b254
- 0x000000002013e210: 000000002013e2a0 000000002013e2a0
- 0x000000002013e220: 0000000000000098 000007fefac80000
- 0x000000002013e230: 0000000000000000 000000002013e300
- Instructions: (pc=0x000007fefaca503e)
- 0x000007fefaca501e: ff e0 f2 0f 10 0a 48 8b cb 48 8b 5c 24 38 48 83
- 0x000007fefaca502e: c4 20 5f e9 7a f6 ff ff 48 89 74 24 30 48 8b 32
- 0x000007fefaca503e: 80 7e 0a 00 75 18 44 8b 46 0c 48 8b 56 10 48 8d
- 0x000007fefaca504e: 4e 18 e8 eb f1 ff ff c6 46 0a 01 89 46 0c 0f b6
- Register to memory mapping:
- RAX=0x0000000000000004 is an unknown value
- RBX=0x0000000021588920 is an unknown value
- RCX=0x000007fefac80000 is an unknown value
- RDX=0x0000000021c82d20 is an unknown value
- RSP=0x000000002013e140 is pointing into the stack for thread: 0x000000000fa5b000
- RBP=0x00000000002a8f60 is an unknown value
- RSI=0x0000000000000070 is an unknown value
- RDI=0x0000000021c82d20 is an unknown value
- R8 =0x000007fefaca5036 is an unknown value
- R9 =0x00000000215bb000 is an unknown value
- R10=0x0000000000000016 is an unknown value
- R11=0x0000000028a045d7 is an unknown value
- R12=0x0000000000000001 is an unknown value
- R13=0x00000007725ef230 is an oop
- {method}
- - klass: {other class}
- R14=0x0000000000000000 is an unknown value
- R15=0x0000000000000001 is an unknown value
- Stack: [0x0000000020040000,0x0000000020140000], sp=0x000000002013e140, free space=1016k
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- C [OpenComputersMod-native.64.dll+0x2503e]
- 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+56
- 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+250
- 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_145841_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+103
- J net.minecraft.server.MinecraftServer.func_71217_p()V
- J net.minecraft.server.MinecraftServer.run()V
- j net.minecraft.server.MinecraftServer$2.run()V+4
- v ~StubRoutines::call_stub
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x000000000df80800 JavaThread "OpenComputers-Internet-4" daemon [_thread_blocked, id=5224, stack(0x0000000024080000,0x0000000024180000)]
- 0x000000000df80000 JavaThread "OpenComputers-Internet-3" daemon [_thread_blocked, id=3244, stack(0x00000000229c0000,0x0000000022ac0000)]
- 0x000000000df7e000 JavaThread "OpenComputers-Internet-2" daemon [_thread_blocked, id=4336, stack(0x0000000023e70000,0x0000000023f70000)]
- 0x000000000fa66000 JavaThread "OpenComputers-Internet-1" daemon [_thread_blocked, id=3104, stack(0x0000000018350000,0x0000000018450000)]
- 0x000000000df7d800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5648, stack(0x0000000013280000,0x0000000013380000)]
- 0x000000000fa65000 JavaThread "OpenComputers-Computer-4" daemon [_thread_blocked, id=3432, stack(0x0000000026020000,0x0000000026120000)]
- 0x000000000fa5f800 JavaThread "OpenComputers-Computer-3" daemon [_thread_blocked, id=2724, stack(0x00000000266a0000,0x00000000267a0000)]
- 0x000000000fa64800 JavaThread "File IO Thread" [_thread_blocked, id=3620, stack(0x0000000022da0000,0x0000000022ea0000)]
- 0x000000000fa63800 JavaThread "OpenComputers-Computer-2" daemon [_thread_blocked, id=4020, stack(0x0000000022ae0000,0x0000000022be0000)]
- 0x000000000fa60800 JavaThread "OpenComputers-Computer-1" daemon [_thread_blocked, id=5992, stack(0x0000000022850000,0x0000000022950000)]
- 0x000000000fa5e000 JavaThread "Netty IO #1" daemon [_thread_in_native, id=4320, stack(0x0000000013500000,0x0000000013600000)]
- 0x000000000fa5d800 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=4236, stack(0x0000000018220000,0x0000000018320000)]
- 0x000000000fa58000 JavaThread "Netty IO #0" daemon [_thread_in_native, id=4916, stack(0x0000000013380000,0x0000000013480000)]
- =>0x000000000fa5b000 JavaThread "Server thread" [_thread_in_native, id=2236, stack(0x0000000020040000,0x0000000020140000)]
- 0x000000000fa5a800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=1360, stack(0x000000001fee0000,0x000000001ffe0000)]
- 0x000000000fa5c800 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=1000, stack(0x0000000019330000,0x0000000019430000)]
- 0x000000000fa59800 JavaThread "Thread-12" [_thread_blocked, id=1920, stack(0x000000001fc10000,0x000000001fd10000)]
- 0x000000000fa59000 JavaThread "Thread-11" [_thread_blocked, id=6036, stack(0x000000001fb00000,0x000000001fc00000)]
- 0x00000000101af800 JavaThread "OpenComputers-SoundUpdater" daemon [_thread_blocked, id=5452, stack(0x0000000012ff0000,0x00000000130f0000)]
- 0x000000000fbb5000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5708, stack(0x0000000010bd0000,0x0000000010cd0000)]
- 0x000000000fbd0000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=5812, stack(0x0000000011140000,0x0000000011240000)]
- 0x000000000ed66000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=756, stack(0x0000000010d80000,0x0000000010e80000)]
- 0x000000000cdc3000 JavaThread "Service Thread" daemon [_thread_blocked, id=1852, stack(0x000000000d7a0000,0x000000000d8a0000)]
- 0x000000000cdc2000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5048, stack(0x000000000d380000,0x000000000d480000)]
- 0x000000000b44b000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4660, stack(0x000000000d550000,0x000000000d650000)]
- 0x000000000b449800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5736, stack(0x000000000c9e0000,0x000000000cae0000)]
- 0x000000000b448800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5180, stack(0x000000000d270000,0x000000000d370000)]
- 0x000000000b434000 JavaThread "Finalizer" daemon [_thread_blocked, id=5700, stack(0x000000000cc80000,0x000000000cd80000)]
- 0x000000000b429000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5480, stack(0x000000000caf0000,0x000000000cbf0000)]
- 0x00000000022ee000 JavaThread "Client thread" [_thread_in_Java, id=4804, stack(0x0000000002300000,0x0000000002400000)]
- Other Threads:
- 0x000000000b428000 VMThread [stack: 0x000000000c8a0000,0x000000000c9a0000] [id=1888]
- 0x000000000cdd5800 WatcherThread [stack: 0x000000000da20000,0x000000000db20000] [id=1056]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- PSYoungGen total 340480K, used 118753K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 330752K, 35% used [0x00000007d5500000,0x00000007dc858518,0x00000007e9800000)
- from space 9728K, 6% used [0x00000007ea100000,0x00000007ea1a0010,0x00000007eaa80000)
- to space 9216K, 0% used [0x00000007e9800000,0x00000007e9800000,0x00000007ea100000)
- ParOldGen total 699392K, used 558960K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a21dc3b8,0x00000007aab00000)
- PSPermGen total 262144K, used 59602K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a34810,0x0000000780000000)
- Card table byte_map: [0x0000000005400000,0x0000000005890000] byte_map_base: 0x0000000001880000
- Polling page: 0x0000000000330000
- Code Cache [0x0000000002400000, 0x0000000003330000, 0x0000000005400000)
- total_blobs=6722 nmethods=5855 adapters=814 free_code_cache=33837Kb largest_free_block=34430400
- Compilation events (10 events):
- Event: 3549.779 Thread 0x000000000cdc2000 6566 li.cil.oc.common.block.Delegate$class::mixedBrightness (2 bytes)
- Event: 3549.780 Thread 0x000000000cdc2000 nmethod 6566 0x00000000027c3cd0 code [0x00000000027c3e00, 0x00000000027c3e38]
- Event: 3550.008 Thread 0x000000000b44b000 6567 li.cil.oc.common.tileentity.Hologram::shouldRenderInPass (11 bytes)
- Event: 3550.008 Thread 0x000000000b44b000 nmethod 6567 0x0000000003325a50 code [0x0000000003325b80, 0x0000000003325bf8]
- Event: 3553.003 Thread 0x000000000cdc2000 6568 li.cil.oc.common.block.Hologram::parent (5 bytes)
- Event: 3553.003 Thread 0x000000000b44b000 6569 li.cil.oc.common.block.Hologram::parent (5 bytes)
- Event: 3553.004 Thread 0x000000000b44b000 nmethod 6569 0x0000000003325c50 code [0x0000000003325d80, 0x0000000003325df8]
- Event: 3553.004 Thread 0x000000000cdc2000 nmethod 6568 0x0000000003325850 code [0x0000000003325980, 0x00000000033259f8]
- Event: 3553.540 Thread 0x000000000cdc2000 6570 li.cil.oc.common.tileentity.Hologram::canConnect (30 bytes)
- Event: 3553.542 Thread 0x000000000cdc2000 nmethod 6570 0x00000000033255d0 code [0x0000000003325700, 0x0000000003325798]
- GC Heap History (10 events):
- Event: 3523.525 GC heap before
- {Heap before GC invocations=365 (full 3):
- PSYoungGen total 337408K, used 328382K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 325120K, 100% used [0x00000007d5500000,0x00000007e9280000,0x00000007e9280000)
- from space 12288K, 26% used [0x00000007e9280000,0x00000007e95afa30,0x00000007e9e80000)
- to space 11264K, 0% used [0x00000007e9f80000,0x00000007e9f80000,0x00000007eaa80000)
- ParOldGen total 699392K, used 557528K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a20762d8,0x00000007aab00000)
- PSPermGen total 262144K, used 59589K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a316d8,0x0000000780000000)
- Event: 3523.532 GC heap after
- Heap after GC invocations=365 (full 3):
- PSYoungGen total 338944K, used 544K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 327680K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007e9500000)
- from space 11264K, 4% used [0x00000007e9f80000,0x00000007ea008000,0x00000007eaa80000)
- to space 10752K, 0% used [0x00000007e9500000,0x00000007e9500000,0x00000007e9f80000)
- ParOldGen total 699392K, used 558304K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a21382e8,0x00000007aab00000)
- PSPermGen total 262144K, used 59589K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a316d8,0x0000000780000000)
- }
- Event: 3533.324 GC heap before
- {Heap before GC invocations=366 (full 3):
- PSYoungGen total 338944K, used 328224K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 327680K, 100% used [0x00000007d5500000,0x00000007e9500000,0x00000007e9500000)
- from space 11264K, 4% used [0x00000007e9f80000,0x00000007ea008000,0x00000007eaa80000)
- to space 10752K, 0% used [0x00000007e9500000,0x00000007e9500000,0x00000007e9f80000)
- ParOldGen total 699392K, used 558304K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a21382e8,0x00000007aab00000)
- PSPermGen total 262144K, used 59591K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a31cc0,0x0000000780000000)
- Event: 3533.331 GC heap after
- Heap after GC invocations=366 (full 3):
- PSYoungGen total 338432K, used 448K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 327680K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007e9500000)
- from space 10752K, 4% used [0x00000007e9500000,0x00000007e9570000,0x00000007e9f80000)
- to space 10752K, 0% used [0x00000007ea000000,0x00000007ea000000,0x00000007eaa80000)
- ParOldGen total 699392K, used 558536K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a21722e8,0x00000007aab00000)
- PSPermGen total 262144K, used 59591K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a31cc0,0x0000000780000000)
- }
- Event: 3541.275 GC heap before
- {Heap before GC invocations=367 (full 3):
- PSYoungGen total 338432K, used 328128K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 327680K, 100% used [0x00000007d5500000,0x00000007e9500000,0x00000007e9500000)
- from space 10752K, 4% used [0x00000007e9500000,0x00000007e9570000,0x00000007e9f80000)
- to space 10752K, 0% used [0x00000007ea000000,0x00000007ea000000,0x00000007eaa80000)
- ParOldGen total 699392K, used 558536K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a21722e8,0x00000007aab00000)
- PSPermGen total 262144K, used 59599K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a33d28,0x0000000780000000)
- Event: 3541.282 GC heap after
- Heap after GC invocations=367 (full 3):
- PSYoungGen total 339456K, used 576K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 328704K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007e9600000)
- from space 10752K, 5% used [0x00000007ea000000,0x00000007ea090010,0x00000007eaa80000)
- to space 10240K, 0% used [0x00000007e9600000,0x00000007e9600000,0x00000007ea000000)
- ParOldGen total 699392K, used 558705K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a219c728,0x00000007aab00000)
- PSPermGen total 262144K, used 59599K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a33d28,0x0000000780000000)
- }
- Event: 3548.474 GC heap before
- {Heap before GC invocations=368 (full 3):
- PSYoungGen total 339456K, used 329280K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 328704K, 100% used [0x00000007d5500000,0x00000007e9600000,0x00000007e9600000)
- from space 10752K, 5% used [0x00000007ea000000,0x00000007ea090010,0x00000007eaa80000)
- to space 10240K, 0% used [0x00000007e9600000,0x00000007e9600000,0x00000007ea000000)
- ParOldGen total 699392K, used 558705K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a219c728,0x00000007aab00000)
- PSPermGen total 262144K, used 59599K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a33eb8,0x0000000780000000)
- Event: 3548.481 GC heap after
- Heap after GC invocations=368 (full 3):
- PSYoungGen total 338944K, used 608K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 328704K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007e9600000)
- from space 10240K, 5% used [0x00000007e9600000,0x00000007e9698010,0x00000007ea000000)
- to space 9728K, 0% used [0x00000007ea100000,0x00000007ea100000,0x00000007eaa80000)
- ParOldGen total 699392K, used 558801K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a21b4728,0x00000007aab00000)
- PSPermGen total 262144K, used 59599K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a33eb8,0x0000000780000000)
- }
- Event: 3555.775 GC heap before
- {Heap before GC invocations=369 (full 3):
- PSYoungGen total 338944K, used 329312K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 328704K, 100% used [0x00000007d5500000,0x00000007e9600000,0x00000007e9600000)
- from space 10240K, 5% used [0x00000007e9600000,0x00000007e9698010,0x00000007ea000000)
- to space 9728K, 0% used [0x00000007ea100000,0x00000007ea100000,0x00000007eaa80000)
- ParOldGen total 699392K, used 558801K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a21b4728,0x00000007aab00000)
- PSPermGen total 262144K, used 59602K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a34810,0x0000000780000000)
- Event: 3555.782 GC heap after
- Heap after GC invocations=369 (full 3):
- PSYoungGen total 340480K, used 640K [0x00000007d5500000, 0x00000007eaa80000, 0x0000000800000000)
- eden space 330752K, 0% used [0x00000007d5500000,0x00000007d5500000,0x00000007e9800000)
- from space 9728K, 6% used [0x00000007ea100000,0x00000007ea1a0010,0x00000007eaa80000)
- to space 9216K, 0% used [0x00000007e9800000,0x00000007e9800000,0x00000007ea100000)
- ParOldGen total 699392K, used 558960K [0x0000000780000000, 0x00000007aab00000, 0x00000007d5500000)
- object space 699392K, 79% used [0x0000000780000000,0x00000007a21dc3b8,0x00000007aab00000)
- PSPermGen total 262144K, used 59602K [0x0000000770000000, 0x0000000780000000, 0x0000000780000000)
- object space 262144K, 22% used [0x0000000770000000,0x0000000773a34810,0x0000000780000000)
- }
- Deoptimization events (10 events):
- Event: 3470.988 Thread 0x000000000fa5b000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000030fb4d0 method=li.cil.oc.util.ExtendedLuaState$ExtendedLuaState.pushValue(Ljava/lang/Object;Ljava/util/IdentityHashMap;)V @ 562
- Event: 3470.988 Thread 0x000000000fa5b000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002bad408 method=scala.collection.IndexedSeqOptimized$class.zipWithIndex(Lscala/collection/IndexedSeqOptimized;Lscala/collection/generic/CanBuildFrom;)Ljava/lang/Object; @ 2
- Event: 3470.989 Thread 0x000000000fa5b000 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000030fb3c8 method=li.cil.oc.util.ExtendedLuaState$ExtendedLuaState.pushValue(Ljava/lang/Object;Ljava/util/IdentityHashMap;)V @ 388
- Event: 3471.022 Thread 0x000000000fa5b000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003281d2c method=li.cil.oc.server.network.Component$class.invoke(Lli/cil/oc/server/network/Component;Ljava/lang/String;Lli/cil/oc/api/network/Context;Lscala/collection/Seq;)[Ljava/lang/Ob4WÓ5«@
- Event: 3471.022 Thread 0x000000000fa5b000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002bad408 method=scala.collection.IndexedSeqOptimized$class.zipWithIndex(Lscala/collection/IndexedSeqOptimized;Lscala/collection/generic/CanBuildFrom;)Ljava/lang/Object; @ 2
- Event: 3471.072 Thread 0x000000000fa5b000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003281d2c method=li.cil.oc.server.network.Component$class.invoke(Lli/cil/oc/server/network/Component;Ljava/lang/String;Lli/cil/oc/api/network/Context;Lscala/collection/Seq;)[Ljava/lang/Ob†Á %«@
- Event: 3471.073 Thread 0x000000000fa5b000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002bad408 method=scala.collection.IndexedSeqOptimized$class.zipWithIndex(Lscala/collection/IndexedSeqOptimized;Lscala/collection/generic/CanBuildFrom;)Ljava/lang/Object; @ 2
- Event: 3471.122 Thread 0x000000000fa5b000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002bad408 method=scala.collection.IndexedSeqOptimized$class.zipWithIndex(Lscala/collection/IndexedSeqOptimized;Lscala/collection/generic/CanBuildFrom;)Ljava/lang/Object; @ 2
- Event: 3508.682 Thread 0x00000000022ee000 Uncommon trap: reason=unloaded action=reinterpret pc=0x0000000002888a30 method=net.minecraft.client.renderer.Tessellator.func_78377_a(DDD)V @ 59
- Event: 3513.722 Thread 0x000000000fa5b000 Uncommon trap: reason=unloaded action=reinterpret pc=0x0000000002f83ef0 method=li.cil.oc.server.network.Network.changeBuffer(D)D @ 164
- Internal exceptions (10 events):
- Event: 3558.175 Thread 0x000000000fa59000 Threw 0x00000007dbd01cc0 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3558.187 Thread 0x000000000fa59000 Threw 0x00000007dbd01e80 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3558.204 Thread 0x000000000fa59000 Threw 0x00000007dbd02040 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3558.223 Thread 0x000000000fa59000 Threw 0x00000007dbd02200 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3558.253 Thread 0x000000000fa59000 Threw 0x00000007dbd023c0 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3558.275 Thread 0x000000000fa59000 Threw 0x00000007dbd02580 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3558.287 Thread 0x000000000fa59000 Threw 0x00000007dbd02740 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3558.304 Thread 0x000000000fa59000 Threw 0x00000007dbd02900 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3558.326 Thread 0x000000000fa59000 Threw 0x00000007dbd02ac0 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3558.353 Thread 0x000000000fa59000 Threw 0x00000007dc51b880 at C:\re\jdk7u55\869\hotspot\src\share\vm\prims\jvm.cpp:2965
- Events (10 events):
- Event: 3523.524 Executing VM operation: ParallelGCFailedAllocation
- Event: 3523.532 Executing VM operation: ParallelGCFailedAllocation done
- Event: 3533.324 Executing VM operation: ParallelGCFailedAllocation
- Event: 3533.331 Executing VM operation: ParallelGCFailedAllocation done
- Event: 3541.274 Executing VM operation: ParallelGCFailedAllocation
- Event: 3541.282 Executing VM operation: ParallelGCFailedAllocation done
- Event: 3548.474 Executing VM operation: ParallelGCFailedAllocation
- Event: 3548.481 Executing VM operation: ParallelGCFailedAllocation done
- Event: 3555.775 Executing VM operation: ParallelGCFailedAllocation
- Event: 3555.782 Executing VM operation: ParallelGCFailedAllocation done
- Dynamic libraries:
- 0x000000013fa90000 - 0x000000013fac3000 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
- 0x000000006d6a0000 - 0x000000006d772000 C:\Program Files\Java\jre7\bin\msvcr100.dll
- 0x00000000662d0000 - 0x0000000066a99000 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
- 0x000000006dc80000 - 0x000000006dc8f000 C:\Program Files\Java\jre7\bin\verify.dll
- 0x000000006dc50000 - 0x000000006dc78000 C:\Program Files\Java\jre7\bin\java.dll
- 0x000000006db90000 - 0x000000006dba5000 C:\Program Files\Java\jre7\bin\zip.dll
- 0x000000006dc40000 - 0x000000006dc4b000 C:\Program Files\Java\jre7\bin\management.dll
- 0x000000006db70000 - 0x000000006db89000 C:\Program Files\Java\jre7\bin\net.dll
- 0x000007fefd000000 - 0x000007fefd055000 C:\Windows\system32\mswsock.dll
- 0x000007fefcff0000 - 0x000007fefcff7000 C:\Windows\System32\wship6.dll
- 0x000000006db30000 - 0x000000006db41000 C:\Program Files\Java\jre7\bin\nio.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
- 0x000007fefa2f0000 - 0x000007fefa317000 C:\Windows\system32\IPHLPAPI.DLL
- 0x000007fefa2d0000 - 0x000007fefa2db000 C:\Windows\system32\WINNSI.DLL
- 0x000007fef9160000 - 0x000007fef9168000 C:\Windows\system32\rasadhlp.dll
- 0x000007fefa180000 - 0x000007fefa1d3000 C:\Windows\System32\fwpuclnt.dll
- 0x000000006db10000 - 0x000000006db24000 C:\Program Files\Java\jre7\bin\unpack.dll
- 0x0000000180000000 - 0x0000000180050000 D:\Games\MultiMC\instances\Mod Testing Fun\natives\lwjgl64.dll
- 0x000007fefad00000 - 0x000007fefae1d000 C:\Windows\system32\OPENGL32.dll
- 0x000007fefb080000 - 0x000007fefb0ad000 C:\Windows\system32\GLU32.dll
- 0x000007fefae40000 - 0x000007fefaf31000 C:\Windows\system32\DDRAW.dll
- 0x000007fefb6d0000 - 0x000007fefb6d8000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefe580000 - 0x000007fefe757000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefd8d0000 - 0x000007fefd906000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefdde0000 - 0x000007fefdeb7000 C:\Windows\system32\OLEAUT32.dll
- 0x000007fefdbd0000 - 0x000007fefddd3000 C:\Windows\system32\ole32.dll
- 0x000007fefd910000 - 0x000007fefd92a000 C:\Windows\system32\DEVOBJ.dll
- 0x000007fefbb30000 - 0x000007fefbb48000 C:\Windows\system32\dwmapi.dll
- 0x000007fefc8f0000 - 0x000007fefc8fc000 C:\Windows\system32\VERSION.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
- 0x000007fefd6c0000 - 0x000007fefd6cf000 C:\Windows\system32\CRYPTBASE.dll
- 0x000007fefa0e0000 - 0x000007fefa0f8000 C:\Windows\system32\dhcpcsvc.DLL
- 0x000007fefa0c0000 - 0x000007fefa0d1000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x000000006a3f0000 - 0x000000006a585000 C:\Program Files\Java\jre7\bin\awt.dll
- 0x000007fefbf60000 - 0x000007fefbfb6000 C:\Windows\system32\uxtheme.dll
- 0x000007fefb030000 - 0x000007fefb048000 C:\Windows\system32\atig6pxx.dll
- 0x000000005ca80000 - 0x000000005e421000 C:\Windows\system32\atio6axx.dll
- 0x000007fef9b30000 - 0x000007fef9c58000 C:\Windows\system32\atiadlxx.dll
- 0x000007fefebb0000 - 0x000007feff938000 C:\Windows\system32\SHELL32.dll
- 0x000007fefbfc0000 - 0x000007fefc0ec000 C:\Windows\system32\PROPSYS.dll
- 0x000007fefc740000 - 0x000007fefc751000 C:\Windows\system32\WTSAPI32.dll
- 0x000007fefd9e0000 - 0x000007fefda1a000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefda20000 - 0x000007fefdb8c000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefd830000 - 0x000007fefd83f000 C:\Windows\system32\MSASN1.dll
- 0x000007fef7dd0000 - 0x000007fef7f14000 C:\Windows\system32\aticfx64.dll
- 0x000007fefaf80000 - 0x000007fefaf9e000 C:\Windows\system32\atig6txx.dll
- 0x000007fee00d0000 - 0x000007fee016c000 C:\Windows\system32\mscms.dll
- 0x000007fee0080000 - 0x000007fee00c2000 C:\Windows\system32\icm32.dll
- 0x000000006d830000 - 0x000000006d854000 C:\Program Files\Java\jre7\bin\sunec.dll
- 0x000000006db60000 - 0x000000006db6b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
- 0x000007fefac80000 - 0x000007fefacf8000 C:\Users\Joshua\AppData\Local\Temp\OpenComputersMod-native.64.dll
- 0x000000000d480000 - 0x000000000d4e4000 D:\Games\MultiMC\instances\Mod Testing Fun\natives\OpenAL64.dll
- 0x000007fefe880000 - 0x000007fefe919000 C:\Windows\system32\CLBCatQ.DLL
- 0x000007fefbb50000 - 0x000007fefbb9b000 C:\Windows\System32\MMDevApi.dll
- 0x000007fefabf0000 - 0x000007fefac78000 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(8215228k free), swap 20961356k(15271784k 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: Tue Jun 03 12:21:31 2014
- elapsed time: 3558 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement