jruby / docker-jruby

MIT License
18 stars 27 forks source link

Docker's Official Images Build is broken on ARMv8 (AAarch64) #37

Closed lag-linaro closed 4 years ago

lag-linaro commented 5 years ago

Looks like a SEGFAULT happening in Java code.

See Docker's Official Images Build Server for details.

Step 8/13 : RUN gem install bundler rake net-telnet xmlrpc
 ---> Running in ac6b889e4615
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000005e30, pid=1, tid=0x0000ffff86683a78
#
# JRE version: OpenJDK Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
# Java VM: OpenJDK 64-Bit Server VM (25.171-b11 mixed mode linux-aarch64 compressed oops)
# Derivative: IcedTea 3.8.0
# Distribution: Custom build (Wed Jun 13 18:28:34 UTC 2018)
# Problematic frame:
# C  0x0000000000005e30
#
# Core dump written. Default location: //core or core.1
#
# An error report file with more information is saved as:
# //hs_err_pid1.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
Removing intermediate container ac6b889e4615
The command '/bin/sh -c gem install bundler rake net-telnet xmlrpc' returned a non-zero code: 139
cpuguy83 commented 5 years ago

ping @headius

Seems java is segfaulting when trying to install gems here.

cpuguy83 commented 5 years ago

@lag-linaro Is there some way we can pull the /hs_err_pid1.log from the build container?

lag-linaro commented 5 years ago

Not from the Official Images build I shouldn't think.

However, I built it locally and pulled the file out for you:

hs_err_pid1.log:

``` # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000000005e30, pid=1, tid=0x0000ffff9049aa78 # # JRE version: OpenJDK Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13) # Java VM: OpenJDK 64-Bit Server VM (25.181-b13 mixed mode linux-aarch64 compressed oops) # Derivative: IcedTea 3.9.0 # Distribution: Custom build (Tue Oct 23 11:27:31 UTC 2018) # Problematic frame: # C 0x0000000000005e30 # # Core dump written. Default location: //core or core.1 # # If you would like to submit a bug report, please include # instructions on how to reproduce the bug and visit: # http://icedtea.classpath.org/bugzilla # 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 (0x0000aaaae695b000): JavaThread "main" [_thread_in_native, id=17, stack(0x0000ffff9029a000,0x0000ffff9049aa78)] siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000005e30 Registers: R0=0x0000ffff90492698 R1=0x00000000000003ff R2=0x0000000000000001 R3=0x0000000000000400 R4=0x0000ffff2fedf490 R5=0x0000ffff90492630 R6=0x0000ffff90492b20 R7=0xffffff80ffffffd8 R8=0x0000ffff90492b50 R9=0x0000ffff90492b50 R10=0x0000ffff90492630 R11=0x0000ffff90492678 R12=0x000000006df98c31 R13=0x0000000000000018 R14=0x0000000000000000 R15=0x0000000000000000 R16=0x0000ffff2fee1078 R17=0x0000000000005e30 R18=0x0000000009b5b675 R19=0x0000aaaae695b1e0 R20=0x0000ffff90492698 R21=0x0000ffff2fee0000 R22=0x0000ffff2fedf230 R23=0x0000ffff2fedf490 R24=0x0000ffff90493438 R25=0x00000000804bda78 R26=0x0000ffff2ffa7a48 R27=0x0000000000000000 R28=0x0000aaaae695b000 R29=0x0000ffff904925f0 R30=0x0000ffff2fed7f80 Top of Stack: (sp=0x0000ffff904925f0) 0x0000ffff904925f0: 0000ffff90492b50 0000ffff2fedc070 0x0000ffff90492600: 0000000000000000 0000ffff2fee0000 0x0000ffff90492610: 0000ffff90492f98 0000aaaae695b1e0 0x0000ffff90492620: 0000ffff2fedf490 0000000000000018 0x0000ffff90492630: 0000ffff90492b50 0000ffff90492b50 0x0000ffff90492640: 0000ffff90492b20 ffffff80ffffffd8 0x0000ffff90492650: 0000ffff90492968 0000ffff90492b50 0x0000ffff90492660: 0000ffff90492b50 0000ffff90492b20 0x0000ffff90492670: ffffff80ffffffd8 0000ffff90492b50 0x0000ffff90492680: 0000ffff90492b50 0000ffff90492b20 0x0000ffff90492690: ffffff80ffffffd8 0000000000000000 0x0000ffff904926a0: 0000000000000000 0000000000000000 0x0000ffff904926b0: 0000000000000000 0000000000000000 0x0000ffff904926c0: 0000000000000000 0000000000000000 0x0000ffff904926d0: 0000000000000000 0000000000000000 0x0000ffff904926e0: 0000000000000000 0000000000000000 0x0000ffff904926f0: 0000000000000000 0000000000000000 0x0000ffff90492700: 0000000000000000 0000000000000000 0x0000ffff90492710: 0000000000000000 0000000000000000 0x0000ffff90492720: 0000000000000000 0000000000000000 0x0000ffff90492730: 0000000000000000 0000000000000000 0x0000ffff90492740: 0000000000000000 0000000000000000 0x0000ffff90492750: 0000000000000000 0000000000000000 0x0000ffff90492760: 0000000000000000 0000000000000000 0x0000ffff90492770: 0000000000000000 0000000000000000 0x0000ffff90492780: 0000000000000000 0000000000000000 0x0000ffff90492790: 0000000000000000 0000000000000000 0x0000ffff904927a0: 0000000000000000 0000000000000000 0x0000ffff904927b0: 0000000000000000 0000000000000000 0x0000ffff904927c0: 0000000000000000 0000000000000000 0x0000ffff904927d0: 0000000000000000 0000000000000000 0x0000ffff904927e0: 0000000000000000 0000000000000000 Instructions: (pc=0x0000000000005e30) 0x0000000000005e10: [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xb] Register to memory mapping: R0=0x0000ffff90492698 R1=0x00000000000003ff R2=0x0000000000000001 R3=0x0000000000000400 R4=0x0000ffff2fedf490 R5=0x0000ffff90492630 R6=0x0000ffff90492b20 R7=0xffffff80ffffffd8 R8=0x0000ffff90492b50 R9=0x0000ffff90492b50 R10=0x0000ffff90492630 R11=0x0000ffff90492678 R12=0x000000006df98c31 R13=0x0000000000000018 R14=0x0000000000000000 R15=0x0000000000000000 R16=0x0000ffff2fee1078 R17=0x0000000000005e30 R18=0x0000000009b5b675 R19=0x0000aaaae695b1e0 R20=0x0000ffff90492698 R21=0x0000ffff2fee0000 R22=0x0000ffff2fedf230 R23=0x0000ffff2fedf490 R24=0x0000ffff90493438 R25=0x00000000804bda78 R26=0x0000ffff2ffa7a48 R27=0x0000000000000000 R28=0x0000aaaae695b000 R29=0x0000ffff904925f0 R30=0x0000ffff2fed7f80 Stack: [0x0000ffff9029a000,0x0000ffff9049aa78], sp=0x0000ffff904925f0, free space=2017k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C 0x0000000000005e30 C [libjffi-1.2.so+0xc070] Java_com_kenai_jffi_Foreign_dlsym+0xe0 j com.kenai.jffi.Foreign.dlsym(JLjava/lang/String;)J+0 j com.kenai.jffi.Library.getSymbolAddress(Ljava/lang/String;)J+10 j jnr.ffi.provider.jffi.NativeLibrary.getSymbolAddress(Ljava/lang/String;)J+31 j jnr.ffi.provider.jffi.NativeLibrary.findSymbolAddress(Ljava/lang/String;)J+2 j jnr.ffi.provider.jffi.AsmLibraryLoader.generateInterfaceImpl(Ljnr/ffi/provider/jffi/NativeLibrary;Ljava/lang/Class;Ljava/util/Map;Ljnr/ffi/provider/jffi/AsmClassLoader;)Ljava/lang/Object;+622 j jnr.ffi.provider.jffi.AsmLibraryLoader.loadLibrary(Ljnr/ffi/provider/jffi/NativeLibrary;Ljava/lang/Class;Ljava/util/Map;)Ljava/lang/Object;+46 j jnr.ffi.provider.jffi.NativeLibraryLoader.loadLibrary(Ljava/lang/Class;Ljava/util/Collection;Ljava/util/Collection;Ljava/util/Map;)Ljava/lang/Object;+29 j jnr.ffi.LibraryLoader.load()Ljava/lang/Object;+192 j jnr.ffi.LibraryLoader.load(Ljava/lang/String;)Ljava/lang/Object;+5 j jnr.enxio.channels.Native$SingletonHolder.()V+11 v ~StubRoutines::call_stub V [libjvm.so+0x3f7694] AsyncGetCallTrace+0x8e3b4 V [libjvm.so+0x3d3be0] AsyncGetCallTrace+0x6a900 V [libjvm.so+0x3d3c28] AsyncGetCallTrace+0x6a948 V [libjvm.so+0x3d3d90] AsyncGetCallTrace+0x6aab0 V [libjvm.so+0x3d4078] AsyncGetCallTrace+0x6ad98 V [libjvm.so+0x4a760c] JVM_FindSignal+0x73fd0 V [libjvm.so+0x4a78d0] JVM_FindSignal+0x74294 V [libjvm.so+0x3f18ec] AsyncGetCallTrace+0x8860c j jnr.enxio.channels.Native.libc()Ljnr/enxio/channels/Native$LibC;+0 j jnr.enxio.channels.Native.read(ILjava/nio/ByteBuffer;)I+31 j jnr.enxio.channels.NativeDeviceChannel.read(Ljava/nio/ByteBuffer;)I+5 j org.jruby.util.io.PosixShim.read(Lorg/jruby/util/io/ChannelFD;[BIIZ)I+126 j org.jruby.util.io.OpenFile$2.run(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/util/io/OpenFile$InternalReadStruct;)Ljava/lang/Integer;+61 j org.jruby.util.io.OpenFile$2.run(Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;)Ljava/lang/Object;+6 j org.jruby.RubyThread.executeTask(Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;Lorg/jruby/RubyThread$Task;)Ljava/lang/Object;+22 j org.jruby.util.io.OpenFile.readInternal(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/util/io/OpenFile;Lorg/jruby/util/io/ChannelFD;[BII)I+87 j org.jruby.util.io.OpenFile.ioBufread(Lorg/jruby/runtime/ThreadContext;[BII)I+38 j org.jruby.util.io.OpenFile.bufreadCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/util/io/OpenFile$BufreadArg;)Lorg/jruby/runtime/builtin/IRubyObject;+18 j org.jruby.util.io.OpenFile.fread(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;II)I+70 j org.jruby.util.io.OpenFile.readAll(Lorg/jruby/runtime/ThreadContext;ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+213 j org.jruby.RubyIO.read(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+36 j org.jruby.RubyIO.read(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+7 j org.jruby.RubyIO.read(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+201 j org.jruby.RubyIO$INVOKER$s$0$3$read.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+39 j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+22 j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+13 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+53 J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e64aa0 [0x0000ffff88e61b40+0x2f60] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] j org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+21 j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78 j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74 j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11 J 2912 C1 org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (61 bytes) @ 0x0000ffff88fb7ad4 [0x0000ffff88fb7500+0x5d4] J 2632 C1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (53 bytes) @ 0x0000ffff88e96848 [0x0000ffff88e96200+0x648] J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e6532c [0x0000ffff88e61b40+0x37ec] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] J 2695 C1 org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;[Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (50 bytes) @ 0x0000ffff88eb87f8 [0x0000ffff88eb8340+0x4b8] J 2689 C1 org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (144 bytes) @ 0x0000ffff88ec83a4 [0x0000ffff88ec7100+0x12a4] J 2698 C1 org.jruby.runtime.IRBlockBody.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (98 bytes) @ 0x0000ffff88ecdc04 [0x0000ffff88ecd540+0x6c4] J 2671 C1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x0000ffff88ea9f3c [0x0000ffff88ea9940+0x5fc] j org.jruby.ir.runtime.IRRuntimeHelpers.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;+24 j org.jruby.ir.instructions.YieldInstr.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;+117 J 2768 C2 org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (374 bytes) @ 0x0000ffff88f1ea20 [0x0000ffff88f1e980+0xa0] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc821c [0x0000ffff88cc5f80+0x229c] J 2695 C1 org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;[Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (50 bytes) @ 0x0000ffff88eb87f8 [0x0000ffff88eb8340+0x4b8] J 2689 C1 org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (144 bytes) @ 0x0000ffff88ec83a4 [0x0000ffff88ec7100+0x12a4] J 2698 C1 org.jruby.runtime.IRBlockBody.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (98 bytes) @ 0x0000ffff88ecdc04 [0x0000ffff88ecd540+0x6c4] J 2671 C1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x0000ffff88ea9f3c [0x0000ffff88ea9940+0x5fc] j org.jruby.RubyArray.each(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+38 j org.jruby.RubyArray$INVOKER$i$0$0$each.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+7 j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+27 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+53 j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8 j org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;+65 J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e61d88 [0x0000ffff88e61b40+0x248] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] J 2695 C1 org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;[Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (50 bytes) @ 0x0000ffff88eb87f8 [0x0000ffff88eb8340+0x4b8] J 2689 C1 org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (144 bytes) @ 0x0000ffff88ec83a4 [0x0000ffff88ec7100+0x12a4] J 2698 C1 org.jruby.runtime.IRBlockBody.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (98 bytes) @ 0x0000ffff88ecdc04 [0x0000ffff88ecd540+0x6c4] J 2671 C1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x0000ffff88ea9f3c [0x0000ffff88ea9940+0x5fc] j org.jruby.RubyArray.each(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+38 j org.jruby.RubyArray$INVOKER$i$0$0$each.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+7 j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+27 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+53 j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8 j org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;+65 J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e61d88 [0x0000ffff88e61b40+0x248] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] j org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+21 j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78 j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+53 j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8 J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e630b8 [0x0000ffff88e61b40+0x1578] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] j org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+21 j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78 j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+53 j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8 J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e630b8 [0x0000ffff88e61b40+0x1578] ...... Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j com.kenai.jffi.Foreign.dlsym(JLjava/lang/String;)J+0 j com.kenai.jffi.Library.getSymbolAddress(Ljava/lang/String;)J+10 j jnr.ffi.provider.jffi.NativeLibrary.getSymbolAddress(Ljava/lang/String;)J+31 j jnr.ffi.provider.jffi.NativeLibrary.findSymbolAddress(Ljava/lang/String;)J+2 j jnr.ffi.provider.jffi.AsmLibraryLoader.generateInterfaceImpl(Ljnr/ffi/provider/jffi/NativeLibrary;Ljava/lang/Class;Ljava/util/Map;Ljnr/ffi/provider/jffi/AsmClassLoader;)Ljava/lang/Object;+622 j jnr.ffi.provider.jffi.AsmLibraryLoader.loadLibrary(Ljnr/ffi/provider/jffi/NativeLibrary;Ljava/lang/Class;Ljava/util/Map;)Ljava/lang/Object;+46 j jnr.ffi.provider.jffi.NativeLibraryLoader.loadLibrary(Ljava/lang/Class;Ljava/util/Collection;Ljava/util/Collection;Ljava/util/Map;)Ljava/lang/Object;+29 j jnr.ffi.LibraryLoader.load()Ljava/lang/Object;+192 j jnr.ffi.LibraryLoader.load(Ljava/lang/String;)Ljava/lang/Object;+5 j jnr.enxio.channels.Native$SingletonHolder.()V+11 v ~StubRoutines::call_stub j jnr.enxio.channels.Native.libc()Ljnr/enxio/channels/Native$LibC;+0 j jnr.enxio.channels.Native.read(ILjava/nio/ByteBuffer;)I+31 j jnr.enxio.channels.NativeDeviceChannel.read(Ljava/nio/ByteBuffer;)I+5 j org.jruby.util.io.PosixShim.read(Lorg/jruby/util/io/ChannelFD;[BIIZ)I+126 j org.jruby.util.io.OpenFile$2.run(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/util/io/OpenFile$InternalReadStruct;)Ljava/lang/Integer;+61 j org.jruby.util.io.OpenFile$2.run(Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;)Ljava/lang/Object;+6 j org.jruby.RubyThread.executeTask(Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;Lorg/jruby/RubyThread$Task;)Ljava/lang/Object;+22 j org.jruby.util.io.OpenFile.readInternal(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/util/io/OpenFile;Lorg/jruby/util/io/ChannelFD;[BII)I+87 j org.jruby.util.io.OpenFile.ioBufread(Lorg/jruby/runtime/ThreadContext;[BII)I+38 j org.jruby.util.io.OpenFile.bufreadCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/util/io/OpenFile$BufreadArg;)Lorg/jruby/runtime/builtin/IRubyObject;+18 j org.jruby.util.io.OpenFile.fread(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;II)I+70 j org.jruby.util.io.OpenFile.readAll(Lorg/jruby/runtime/ThreadContext;ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+213 j org.jruby.RubyIO.read(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+36 j org.jruby.RubyIO.read(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+7 j org.jruby.RubyIO.read(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+201 j org.jruby.RubyIO$INVOKER$s$0$3$read.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+39 j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+22 j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+13 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+53 J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e64aa0 [0x0000ffff88e61b40+0x2f60] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] j org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+21 j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78 j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74 j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11 J 2912 C1 org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (61 bytes) @ 0x0000ffff88fb7ad4 [0x0000ffff88fb7500+0x5d4] J 2632 C1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (53 bytes) @ 0x0000ffff88e96848 [0x0000ffff88e96200+0x648] J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e6532c [0x0000ffff88e61b40+0x37ec] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] J 2695 C1 org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;[Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (50 bytes) @ 0x0000ffff88eb87f8 [0x0000ffff88eb8340+0x4b8] J 2689 C1 org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (144 bytes) @ 0x0000ffff88ec83a4 [0x0000ffff88ec7100+0x12a4] J 2698 C1 org.jruby.runtime.IRBlockBody.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (98 bytes) @ 0x0000ffff88ecdc04 [0x0000ffff88ecd540+0x6c4] J 2671 C1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x0000ffff88ea9f3c [0x0000ffff88ea9940+0x5fc] j org.jruby.ir.runtime.IRRuntimeHelpers.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;+24 j org.jruby.ir.instructions.YieldInstr.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;+117 J 2768 C2 org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (374 bytes) @ 0x0000ffff88f1ea20 [0x0000ffff88f1e980+0xa0] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc821c [0x0000ffff88cc5f80+0x229c] J 2695 C1 org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;[Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (50 bytes) @ 0x0000ffff88eb87f8 [0x0000ffff88eb8340+0x4b8] J 2689 C1 org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (144 bytes) @ 0x0000ffff88ec83a4 [0x0000ffff88ec7100+0x12a4] J 2698 C1 org.jruby.runtime.IRBlockBody.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (98 bytes) @ 0x0000ffff88ecdc04 [0x0000ffff88ecd540+0x6c4] J 2671 C1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x0000ffff88ea9f3c [0x0000ffff88ea9940+0x5fc] j org.jruby.RubyArray.each(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+38 j org.jruby.RubyArray$INVOKER$i$0$0$each.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+7 j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+27 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+53 j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8 j org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;+65 J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e61d88 [0x0000ffff88e61b40+0x248] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] J 2695 C1 org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;[Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (50 bytes) @ 0x0000ffff88eb87f8 [0x0000ffff88eb8340+0x4b8] J 2689 C1 org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (144 bytes) @ 0x0000ffff88ec83a4 [0x0000ffff88ec7100+0x12a4] J 2698 C1 org.jruby.runtime.IRBlockBody.doYield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (98 bytes) @ 0x0000ffff88ecdc04 [0x0000ffff88ecd540+0x6c4] J 2671 C1 org.jruby.runtime.Block.yield(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (11 bytes) @ 0x0000ffff88ea9f3c [0x0000ffff88ea9940+0x5fc] j org.jruby.RubyArray.each(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+38 j org.jruby.RubyArray$INVOKER$i$0$0$each.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+7 j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+27 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+53 j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8 j org.jruby.ir.instructions.CallBase.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;+65 J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e61d88 [0x0000ffff88e61b40+0x248] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] j org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+21 j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78 j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+53 j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8 J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e630b8 [0x0000ffff88e61b40+0x1578] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] j org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+21 j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+78 j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+61 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+53 j org.jruby.runtime.callsite.CachingCallSite.callIter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+8 J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e630b8 [0x0000ffff88e61b40+0x1578] J 2233 C1 org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject; (671 bytes) @ 0x0000ffff88cc8d64 [0x0000ffff88cc5f80+0x2de4] j org.jruby.ir.interpreter.InterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+15 j org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+74 j org.jruby.internal.runtime.methods.MixedModeIRMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+70 j org.jruby.internal.runtime.methods.DynamicMethod.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+9 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+53 J 2707 C1 org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject; (49 bytes) @ 0x0000ffff88eccfa8 [0x0000ffff88ecca00+0x5a8] J 2591 C1 org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V (663 bytes) @ 0x0000ffff88e63fc8 [0x0000ffff88e61b40+0x2488] j org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+324 j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31 j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+187 j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7 j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104 j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+7 j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+83 j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+52 j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6 j org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(Lorg/jruby/Ruby;Lorg/jruby/runtime/load/LoadService$SearchState;)Z+6 j org.jruby.runtime.load.LoadService.smartLoadInternal(Ljava/lang/String;Z)Lorg/jruby/runtime/load/LoadService$RequireState;+270 j org.jruby.runtime.load.LoadService.require(Ljava/lang/String;)Z+3 j org.jruby.RubyKernel.requireCommon(Lorg/jruby/Ruby;Lorg/jruby/RubyString;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+15 j org.jruby.RubyKernel.require(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+27 j org.jruby.RubyKernel$INVOKER$s$1$0$require.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6 j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49 j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+246 j org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+324 j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31 j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+187 j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7 j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104 j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+7 j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+83 j org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(Lorg/jruby/Ruby;Z)V+52 j org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(Lorg/jruby/Ruby;Z)V+6 j org.jruby.runtime.load.LoadService.load(Ljava/lang/String;Z)V+157 j org.jruby.RubyKernel.loadCommon(Lorg/jruby/Ruby;Lorg/jruby/RubyString;ZLorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+9 j org.jruby.RubyKernel.load(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+24 j org.jruby.RubyKernel$INVOKER$s$load.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+6 j org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+11 j org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+57 j org.jruby.runtime.callsite.CachingCallSite.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+49 j org.jruby.ir.interpreter.InterpreterEngine.processCall(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/instructions/Instr;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/parser/StaticScope;[Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;)V+246 j org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;+324 j org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;+31 j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+187 j org.jruby.ir.interpreter.Interpreter.execute(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Ljava/lang/Object;)Ljava/lang/Object;+7 j org.jruby.ir.IRTranslator.execute(Lorg/jruby/Ruby;Lorg/jruby/ParseResult;Ljava/lang/Object;)Ljava/lang/Object;+104 j org.jruby.Ruby.runInterpreter(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ParseResult;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+7 j org.jruby.Ruby.loadFile(Ljava/lang/String;Ljava/io/InputStream;Z)V+83 j org.jruby.runtime.load.ExternalScript.load(Lorg/jruby/Ruby;Z)V+76 j org.jruby.runtime.load.LoadService.loadFromClassLoader(Ljava/lang/ClassLoader;Ljava/lang/String;Z)V+132 j org.jruby.Ruby.initRubyPreludes()V+18 j org.jruby.Ruby.init()V+370 j org.jruby.Ruby.newInstance(Lorg/jruby/RubyInstanceConfig;)Lorg/jruby/Ruby;+10 j org.jruby.Main.internalRun()Lorg/jruby/Main$Status;+73 j org.jruby.Main.run([Ljava/lang/String;)Lorg/jruby/Main$Status;+9 j org.jruby.Main.main([Ljava/lang/String;)V+35 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000aaaae7125800 JavaThread "Service Thread" daemon [_thread_blocked, id=83, stack(0x0000ffff309f1000,0x0000ffff30bf1a78)] 0x0000aaaae7107800 JavaThread "C1 CompilerThread17" daemon [_thread_blocked, id=82, stack(0x0000ffff30bf3000,0x0000ffff30df3a78)] 0x0000aaaae70fc800 JavaThread "C1 CompilerThread16" daemon [_thread_blocked, id=81, stack(0x0000ffff30df5000,0x0000ffff30ff5a78)] 0x0000aaaae70fa800 JavaThread "C1 CompilerThread15" daemon [_thread_blocked, id=80, stack(0x0000ffff30ff7000,0x0000ffff311f7a78)] 0x0000aaaae70f8000 JavaThread "C1 CompilerThread14" daemon [_thread_blocked, id=79, stack(0x0000ffff311f9000,0x0000ffff313f9a78)] 0x0000aaaae70dd000 JavaThread "C1 CompilerThread13" daemon [_thread_blocked, id=78, stack(0x0000ffff313fb000,0x0000ffff315fba78)] 0x0000aaaae70d2000 JavaThread "C1 CompilerThread12" daemon [_thread_blocked, id=77, stack(0x0000ffff315fd000,0x0000ffff317fda78)] 0x0000aaaae70d0000 JavaThread "C2 CompilerThread11" daemon [_thread_blocked, id=76, stack(0x0000ffff317ff000,0x0000ffff319ffa78)] 0x0000aaaae706a800 JavaThread "C2 CompilerThread10" daemon [_thread_blocked, id=75, stack(0x0000ffff31a01000,0x0000ffff31c01a78)] 0x0000aaaae7069800 JavaThread "C2 CompilerThread9" daemon [_thread_blocked, id=74, stack(0x0000ffff31c03000,0x0000ffff31e03a78)] 0x0000aaaae70ab000 JavaThread "C2 CompilerThread8" daemon [_thread_blocked, id=73, stack(0x0000ffff31e05000,0x0000ffff32005a78)] 0x0000aaaae70a1800 JavaThread "C2 CompilerThread7" daemon [_thread_blocked, id=72, stack(0x0000ffff32007000,0x0000ffff32207a78)] 0x0000aaaae708e000 JavaThread "C2 CompilerThread6" daemon [_thread_blocked, id=71, stack(0x0000ffff32209000,0x0000ffff32409a78)] 0x0000aaaae7066000 JavaThread "C2 CompilerThread5" daemon [_thread_blocked, id=70, stack(0x0000ffff3240b000,0x0000ffff3260ba78)] 0x0000aaaae7027800 JavaThread "C2 CompilerThread4" daemon [_thread_blocked, id=69, stack(0x0000ffff3260d000,0x0000ffff3280da78)] 0x0000aaaae7034000 JavaThread "C2 CompilerThread3" daemon [_thread_in_native, id=68, stack(0x0000ffff3280f000,0x0000ffff32a0fa78)] 0x0000aaaae7025000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=67, stack(0x0000ffff32a11000,0x0000ffff32c11a78)] 0x0000aaaae7022800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=66, stack(0x0000ffff32c13000,0x0000ffff32e13a78)] 0x0000aaaae7013000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=65, stack(0x0000ffff32e15000,0x0000ffff33015a78)] 0x0000aaaae7010800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=64, stack(0x0000ffff33016000,0x0000ffff33216a78)] 0x0000aaaae6fde800 JavaThread "Finalizer" daemon [_thread_blocked, id=63, stack(0x0000ffff33217000,0x0000ffff33417a78)] 0x0000aaaae6fdc000 JavaThread "Reference Handler" daemon [_thread_blocked, id=62, stack(0x0000ffff33418000,0x0000ffff33618a78)] =>0x0000aaaae695b000 JavaThread "main" [_thread_in_native, id=17, stack(0x0000ffff9029a000,0x0000ffff9049aa78)] Other Threads: 0x0000aaaae6fd1800 VMThread [stack: 0x0000ffff3361a000,0x0000ffff3381aa78] [id=61] 0x0000aaaae712a800 WatcherThread [stack: 0x0000ffff306fa000,0x0000ffff308faa78] [id=84] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap: PSYoungGen total 611840K, used 83968K [0x0000000580100000, 0x00000005cac00000, 0x0000000800000000) eden space 524800K, 16% used [0x0000000580100000,0x0000000585300108,0x00000005a0180000) from space 87040K, 0% used [0x00000005a0180000,0x00000005a0180000,0x00000005a5680000) to space 87040K, 0% used [0x00000005c5700000,0x00000005c5700000,0x00000005cac00000) ParOldGen total 830976K, used 3505K [0x0000000080200000, 0x00000000b2d80000, 0x0000000580100000) object space 830976K, 0% used [0x0000000080200000,0x000000008056c498,0x00000000b2d80000) Metaspace used 29036K, capacity 29704K, committed 30000K, reserved 1075200K class space used 4882K, capacity 5046K, committed 5168K, reserved 1048576K Card table byte_map: [0x0000ffff8442a000,0x0000ffff8802a000] byte_map_base: 0x0000ffff84029000 Marking Bits: (ParMarkBitMap*) 0x0000ffff90dab2f0 Begin Bits: [0x0000ffff405e4000, 0x0000ffff5e5dc000) End Bits: [0x0000ffff5e5dc000, 0x0000ffff7c5d4000) Polling page: 0x0000ffff90eac000 CodeCache: size=131072Kb used=13959Kb max_used=14020Kb free=117112Kb bounds [0x0000ffff8822a000, 0x0000ffff88ffa000, 0x0000ffff9022a000] total_blobs=3452 nmethods=2895 adapters=466 compilation: enabled Compilation events (10 events): Event: 4.203 Thread 0x0000aaaae70fa800 nmethod 2969 0x0000ffff8884a050 code [0x0000ffff8884a1c0, 0x0000ffff8884a350] Event: 4.203 Thread 0x0000aaaae70dd000 nmethod 2968 0x0000ffff88681c10 code [0x0000ffff88681d80, 0x0000ffff88681ed0] Event: 4.203 Thread 0x0000aaaae70fc800 2970 3 org.jruby.RubyModule::iterateConstantNoConstMissing (60 bytes) Event: 4.204 Thread 0x0000aaaae70fc800 nmethod 2970 0x0000ffff88668d50 code [0x0000ffff88668f00, 0x0000ffff886693c8] Event: 4.207 Thread 0x0000aaaae7013000 nmethod 2967 0x0000ffff886fbb10 code [0x0000ffff886fbc80, 0x0000ffff886fbed0] Event: 4.209 Thread 0x0000aaaae70d2000 2971 1 java.util.Formatter::access$000 (5 bytes) Event: 4.209 Thread 0x0000aaaae70d2000 nmethod 2971 0x0000ffff8880d050 code [0x0000ffff8880d180, 0x0000ffff8880d210] Event: 4.210 Thread 0x0000aaaae7107800 2972 3 jnr.constants.ConstantSet::getConstant (14 bytes) Event: 4.210 Thread 0x0000aaaae7107800 nmethod 2972 0x0000ffff88679550 code [0x0000ffff886796c0, 0x0000ffff886799a8] Event: 4.212 Thread 0x0000aaaae70f8000 2973 ! 3 sun.reflect.annotation.AnnotationParser::parseAnnotation2 (284 bytes) GC Heap History (4 events): Event: 2.389 GC heap before {Heap before GC invocations=1 (full 0): PSYoungGen total 611840K, used 94464K [0x0000000580100000, 0x00000005aab80000, 0x0000000800000000) eden space 524800K, 18% used [0x0000000580100000,0x0000000585d400d8,0x00000005a0180000) from space 87040K, 0% used [0x00000005a5680000,0x00000005a5680000,0x00000005aab80000) to space 87040K, 0% used [0x00000005a0180000,0x00000005a0180000,0x00000005a5680000) ParOldGen total 1398272K, used 0K [0x0000000080200000, 0x00000000d5780000, 0x0000000580100000) object space 1398272K, 0% used [0x0000000080200000,0x0000000080200000,0x00000000d5780000) Metaspace used 20752K, capacity 21190K, committed 21296K, reserved 1067008K class space used 3525K, capacity 3632K, committed 3632K, reserved 1048576K Event: 2.438 GC heap after Heap after GC invocations=1 (full 0): PSYoungGen total 611840K, used 3840K [0x0000000580100000, 0x00000005cac00000, 0x0000000800000000) eden space 524800K, 0% used [0x0000000580100000,0x0000000580100000,0x00000005a0180000) from space 87040K, 4% used [0x00000005a0180000,0x00000005a0540020,0x00000005a5680000) to space 87040K, 0% used [0x00000005c5700000,0x00000005c5700000,0x00000005cac00000) ParOldGen total 1398272K, used 16K [0x0000000080200000, 0x00000000d5780000, 0x0000000580100000) object space 1398272K, 0% used [0x0000000080200000,0x0000000080204000,0x00000000d5780000) Metaspace used 20752K, capacity 21190K, committed 21296K, reserved 1067008K class space used 3525K, capacity 3632K, committed 3632K, reserved 1048576K } Event: 2.438 GC heap before {Heap before GC invocations=2 (full 1): PSYoungGen total 611840K, used 3840K [0x0000000580100000, 0x00000005cac00000, 0x0000000800000000) eden space 524800K, 0% used [0x0000000580100000,0x0000000580100000,0x00000005a0180000) from space 87040K, 4% used [0x00000005a0180000,0x00000005a0540020,0x00000005a5680000) to space 87040K, 0% used [0x00000005c5700000,0x00000005c5700000,0x00000005cac00000) ParOldGen total 1398272K, used 16K [0x0000000080200000, 0x00000000d5780000, 0x0000000580100000) object space 1398272K, 0% used [0x0000000080200000,0x0000000080204000,0x00000000d5780000) Metaspace used 20752K, capacity 21190K, committed 21296K, reserved 1067008K class space used 3525K, capacity 3632K, committed 3632K, reserved 1048576K Event: 2.505 GC heap after Heap after GC invocations=2 (full 1): PSYoungGen total 611840K, used 0K [0x0000000580100000, 0x00000005cac00000, 0x0000000800000000) eden space 524800K, 0% used [0x0000000580100000,0x0000000580100000,0x00000005a0180000) from space 87040K, 0% used [0x00000005a0180000,0x00000005a0180000,0x00000005a5680000) to space 87040K, 0% used [0x00000005c5700000,0x00000005c5700000,0x00000005cac00000) ParOldGen total 830976K, used 3505K [0x0000000080200000, 0x00000000b2d80000, 0x0000000580100000) object space 830976K, 0% used [0x0000000080200000,0x000000008056c498,0x00000000b2d80000) Metaspace used 20752K, capacity 21190K, committed 21296K, reserved 1067008K class space used 3525K, capacity 3632K, committed 3632K, reserved 1048576K } Deoptimization events (10 events): Event: 3.548 Thread 0x0000aaaae695b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000ffff88c4c970 method=org.jruby.lexer.yacc.RubyLexer.identifier(IZ)I @ 548 Event: 3.563 Thread 0x0000aaaae695b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000ffff88ad0540 method=java.lang.StringCoding.decode(Ljava/nio/charset/Charset;[BII)[C @ 24 Event: 3.698 Thread 0x0000aaaae695b000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000ffff88ad8a3c method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 192 Event: 4.014 Thread 0x0000aaaae695b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000ffff88d8cb5c method=org.jruby.lexer.yacc.RubyLexer.yylex()I @ 924 Event: 4.023 Thread 0x0000aaaae695b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000ffff88930b9c method=java.util.concurrent.ConcurrentHashMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 76 Event: 4.034 Thread 0x0000aaaae695b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000ffff88e573f4 method=org.jruby.lexer.yacc.StringTerm.parseStringIntoBuffer(Lorg/jruby/lexer/yacc/RubyLexer;Lorg/jruby/util/ByteList;[Lorg/jcodings/Encoding;)I @ 215 Event: 4.183 Thread 0x0000aaaae695b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000ffff88e50140 method=org.joni.ArrayCompiler.addCompileStringlength([BIIIZ)I @ 20 Event: 4.191 Thread 0x0000aaaae695b000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000ffff88f3ece4 method=sun.nio.cs.ThreadLocalCoders$1.hasName(Ljava/lang/Object;Ljava/lang/Object;)Z @ 30 Event: 4.198 Thread 0x0000aaaae695b000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000ffff88f3ece4 method=sun.nio.cs.ThreadLocalCoders$1.hasName(Ljava/lang/Object;Ljava/lang/Object;)Z @ 30 Event: 4.201 Thread 0x0000aaaae695b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000ffff88b0a4ac method=org.jruby.util.ByteList.grow(I)V @ 1 Classes redefined (0 events): No events Internal exceptions (10 events): Event: 0.975 Thread 0x0000aaaae695b000 Exception (0x0000000580387c80) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.9.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445] Event: 0.975 Thread 0x0000aaaae695b000 Exception (0x0000000580388ae0) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.9.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445] Event: 0.975 Thread 0x0000aaaae695b000 Exception (0x0000000580388ed8) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.9.0/openjdk/hotspot/src/share/vm/prims/jvm.cpp, line 1445] Event: 0.983 Thread 0x0000aaaae695b000 Implicit null exception at 0x0000ffff886e7578 to 0x0000ffff886e7778 Event: 1.100 Thread 0x0000aaaae695b000 Exception (0x00000005803cb688) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.9.0/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 709] Event: 1.979 Thread 0x0000aaaae695b000 Exception (0x000000058078dfa8) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.9.0/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210] Event: 2.311 Thread 0x0000aaaae695b000 Exception (0x00000005849eb938) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.9.0/openjdk/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp, line 369] Event: 2.312 Thread 0x0000aaaae695b000 Exception (0x00000005849ec578) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.9.0/openjdk/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp, line 369] Event: 2.312 Thread 0x0000aaaae695b000 Exception (0x00000005849ed1a8) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.9.0/openjdk/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp, line 369] Event: 2.841 Thread 0x0000aaaae695b000 Exception (0x000000058030c4b0) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.9.0/openjdk/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210] Events (10 events): Event: 4.211 loading class org/jruby/util/io/OpenFile$InternalReadStruct Event: 4.211 loading class org/jruby/util/io/OpenFile$InternalReadStruct done Event: 4.211 loading class jnr/enxio/channels/Native Event: 4.211 loading class jnr/enxio/channels/Native done Event: 4.211 loading class jnr/enxio/channels/Native$SingletonHolder Event: 4.211 loading class jnr/enxio/channels/Native$SingletonHolder done Event: 4.211 loading class jnr/enxio/channels/Native$LibC Event: 4.211 loading class jnr/enxio/channels/Native$LibC done Event: 4.212 loading class jnr/enxio/channels/Native$Timespec Event: 4.212 loading class jnr/enxio/channels/Native$Timespec done Dynamic libraries: 80200000-b2d80000 rw-p 00000000 00:00 0 b2d80000-580100000 ---p 00000000 00:00 0 580100000-5cac00000 rw-p 00000000 00:00 0 5cac00000-800000000 ---p 00000000 00:00 0 800000000-80050c000 rw-p 00000000 00:00 0 80050c000-840000000 ---p 00000000 00:00 0 aaaabfb93000-aaaabfb94000 r-xp 00000000 08:15 1722868 /usr/lib/jvm/java-1.8-openjdk/jre/bin/java aaaabfba3000-aaaabfba4000 r--p 00000000 08:15 1722868 /usr/lib/jvm/java-1.8-openjdk/jre/bin/java aaaabfba4000-aaaabfba5000 rw-p 00001000 08:15 1722868 /usr/lib/jvm/java-1.8-openjdk/jre/bin/java aaaae6943000-aaaaea216000 rw-p 00000000 00:00 0 [heap] ffff2c267000-ffff2c2a7000 rw-p 00000000 00:00 0 ffff2c2a7000-ffff2c467000 ---p 00000000 00:00 0 ffff2c647000-ffff2c885000 rw-p 00000000 00:00 0 ffff2c885000-ffff2f886000 rw-p 00000000 00:00 0 ffff2f886000-ffff2f8ab000 r-xp 00000000 08:15 1722453 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libnet.so ffff2f8ab000-ffff2f8ac000 r--p 00015000 08:15 1722453 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libnet.so ffff2f8ac000-ffff2f8ad000 rw-p 00016000 08:15 1722453 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libnet.so ffff2f8ad000-ffff2f8cc000 r-xp 00000000 08:15 1722454 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libnio.so ffff2f8cc000-ffff2f8cd000 r--p 0000f000 08:15 1722454 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libnio.so ffff2f8cd000-ffff2f8ce000 rw-p 00010000 08:15 1722454 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libnio.so ffff2f8ce000-ffff2f8d0000 r--s 00019000 08:15 1722946 /usr/lib/jvm/java-1.8-openjdk/jre/lib/jce.jar ffff2f8d0000-ffff2fad0000 rw-p 00000000 00:00 0 ffff2fad0000-ffff2fcd0000 rw-p 00000000 00:00 0 ffff2fcd0000-ffff2fed0000 rw-p 00000000 00:00 0 ffff2fed0000-ffff2fee0000 r-xp 00000000 08:15 2009056 /opt/jruby/lib/jni/aarch64-Linux/libjffi-1.2.so ffff2fee0000-ffff2fee1000 r--p 00010000 08:15 2009056 /opt/jruby/lib/jni/aarch64-Linux/libjffi-1.2.so ffff2fee1000-ffff2fee2000 rw-p 00011000 08:15 2009056 /opt/jruby/lib/jni/aarch64-Linux/libjffi-1.2.so ffff2fee2000-ffff300e2000 rw-p 00000000 00:00 0 ffff300e2000-ffff302e2000 rw-p 00000000 00:00 0 ffff302e2000-ffff304e2000 rw-p 00000000 00:00 0 ffff304e2000-ffff306e2000 rw-p 00000000 00:00 0 ffff306e2000-ffff306e6000 r--s 00056000 08:15 1722948 /usr/lib/jvm/java-1.8-openjdk/jre/lib/jsse.jar ffff306e6000-ffff306f7000 r-xp 00000000 08:15 1722897 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libjaas_unix.so ffff306f7000-ffff306f8000 r--p 00001000 08:15 1722897 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libjaas_unix.so ffff306f8000-ffff306f9000 rw-p 00002000 08:15 1722897 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libjaas_unix.so ffff306f9000-ffff306fa000 ---p 00000000 00:00 0 ffff306fa000-ffff308fb000 rw-p 00000000 00:00 0 ffff308fb000-ffff309f1000 r--s 00d53000 08:15 2009087 /opt/jruby/lib/jruby.jar ffff309f1000-ffff309f4000 ---p 00000000 00:00 0 ffff309f4000-ffff30bf2000 rw-p 00000000 00:00 0 ffff30bf2000-ffff30bf3000 ---p 00000000 00:00 0 ffff30bf3000-ffff30bf6000 ---p 00000000 00:00 0 ffff30bf6000-ffff30df4000 rw-p 00000000 00:00 0 ffff30df4000-ffff30df5000 ---p 00000000 00:00 0 ffff30df5000-ffff30df8000 ---p 00000000 00:00 0 ffff30df8000-ffff30ff6000 rw-p 00000000 00:00 0 ffff30ff6000-ffff30ff7000 ---p 00000000 00:00 0 ffff30ff7000-ffff30ffa000 ---p 00000000 00:00 0 ffff30ffa000-ffff311f8000 rw-p 00000000 00:00 0 ffff311f8000-ffff311f9000 ---p 00000000 00:00 0 ffff311f9000-ffff311fc000 ---p 00000000 00:00 0 ffff311fc000-ffff313fa000 rw-p 00000000 00:00 0 ffff313fa000-ffff313fb000 ---p 00000000 00:00 0 ffff313fb000-ffff313fe000 ---p 00000000 00:00 0 ffff313fe000-ffff315fc000 rw-p 00000000 00:00 0 ffff315fc000-ffff315fd000 ---p 00000000 00:00 0 ffff315fd000-ffff31600000 ---p 00000000 00:00 0 ffff31600000-ffff317fe000 rw-p 00000000 00:00 0 ffff317fe000-ffff317ff000 ---p 00000000 00:00 0 ffff317ff000-ffff31802000 ---p 00000000 00:00 0 ffff31802000-ffff31a00000 rw-p 00000000 00:00 0 ffff31a00000-ffff31a01000 ---p 00000000 00:00 0 ffff31a01000-ffff31a04000 ---p 00000000 00:00 0 ffff31a04000-ffff31c02000 rw-p 00000000 00:00 0 ffff31c02000-ffff31c03000 ---p 00000000 00:00 0 ffff31c03000-ffff31c06000 ---p 00000000 00:00 0 ffff31c06000-ffff31e04000 rw-p 00000000 00:00 0 ffff31e04000-ffff31e05000 ---p 00000000 00:00 0 ffff31e05000-ffff31e08000 ---p 00000000 00:00 0 ffff31e08000-ffff32006000 rw-p 00000000 00:00 0 ffff32006000-ffff32007000 ---p 00000000 00:00 0 ffff32007000-ffff3200a000 ---p 00000000 00:00 0 ffff3200a000-ffff32208000 rw-p 00000000 00:00 0 ffff32208000-ffff32209000 ---p 00000000 00:00 0 ffff32209000-ffff3220c000 ---p 00000000 00:00 0 ffff3220c000-ffff3240a000 rw-p 00000000 00:00 0 ffff3240a000-ffff3240b000 ---p 00000000 00:00 0 ffff3240b000-ffff3240e000 ---p 00000000 00:00 0 ffff3240e000-ffff3260c000 rw-p 00000000 00:00 0 ffff3260c000-ffff3260d000 ---p 00000000 00:00 0 ffff3260d000-ffff32610000 ---p 00000000 00:00 0 ffff32610000-ffff3280e000 rw-p 00000000 00:00 0 ffff3280e000-ffff3280f000 ---p 00000000 00:00 0 ffff3280f000-ffff32812000 ---p 00000000 00:00 0 ffff32812000-ffff32a10000 rw-p 00000000 00:00 0 ffff32a10000-ffff32a11000 ---p 00000000 00:00 0 ffff32a11000-ffff32a14000 ---p 00000000 00:00 0 ffff32a14000-ffff32c12000 rw-p 00000000 00:00 0 ffff32c12000-ffff32c13000 ---p 00000000 00:00 0 ffff32c13000-ffff32c16000 ---p 00000000 00:00 0 ffff32c16000-ffff32e14000 rw-p 00000000 00:00 0 ffff32e14000-ffff32e15000 ---p 00000000 00:00 0 ffff32e15000-ffff32e18000 ---p 00000000 00:00 0 ffff32e18000-ffff33016000 rw-p 00000000 00:00 0 ffff33016000-ffff33019000 ---p 00000000 00:00 0 ffff33019000-ffff33217000 rw-p 00000000 00:00 0 ffff33217000-ffff3321a000 ---p 00000000 00:00 0 ffff3321a000-ffff33418000 rw-p 00000000 00:00 0 ffff33418000-ffff3341b000 ---p 00000000 00:00 0 ffff3341b000-ffff33619000 rw-p 00000000 00:00 0 ffff33619000-ffff3361a000 ---p 00000000 00:00 0 ffff3361a000-ffff3bced000 rw-p 00000000 00:00 0 ffff3bced000-ffff3bebc000 r--s 01f52000 08:15 1722451 /usr/lib/jvm/java-1.8-openjdk/jre/lib/rt.jar ffff3bebc000-ffff7c5d4000 rw-p 00000000 00:00 0 ffff7c5d4000-ffff7c5d5000 ---p 00000000 00:00 0 ffff7c5d5000-ffff7c7d6000 rw-p 00000000 00:00 0 ffff7c7d6000-ffff7c7d7000 ---p 00000000 00:00 0 ffff7c7d7000-ffff7c9d8000 rw-p 00000000 00:00 0 ffff7c9d8000-ffff7c9d9000 ---p 00000000 00:00 0 ffff7c9d9000-ffff7cbda000 rw-p 00000000 00:00 0 ffff7cbda000-ffff7cbdb000 ---p 00000000 00:00 0 ffff7cbdb000-ffff7cddc000 rw-p 00000000 00:00 0 ffff7cddc000-ffff7cddd000 ---p 00000000 00:00 0 ffff7cddd000-ffff7cfde000 rw-p 00000000 00:00 0 ffff7cfde000-ffff7cfdf000 ---p 00000000 00:00 0 ffff7cfdf000-ffff7d1e0000 rw-p 00000000 00:00 0 ffff7d1e0000-ffff7d1e1000 ---p 00000000 00:00 0 ffff7d1e1000-ffff7d3e2000 rw-p 00000000 00:00 0 ffff7d3e2000-ffff7d3e3000 ---p 00000000 00:00 0 ffff7d3e3000-ffff7d5e4000 rw-p 00000000 00:00 0 ffff7d5e4000-ffff7d5e5000 ---p 00000000 00:00 0 ffff7d5e5000-ffff7d7e6000 rw-p 00000000 00:00 0 ffff7d7e6000-ffff7d7e7000 ---p 00000000 00:00 0 ffff7d7e7000-ffff7d9e8000 rw-p 00000000 00:00 0 ffff7d9e8000-ffff7d9e9000 ---p 00000000 00:00 0 ffff7d9e9000-ffff7dbea000 rw-p 00000000 00:00 0 ffff7dbea000-ffff7dbeb000 ---p 00000000 00:00 0 ffff7dbeb000-ffff7ddec000 rw-p 00000000 00:00 0 ffff7ddec000-ffff7dded000 ---p 00000000 00:00 0 ffff7dded000-ffff7dfee000 rw-p 00000000 00:00 0 ffff7dfee000-ffff7dfef000 ---p 00000000 00:00 0 ffff7dfef000-ffff7e1f0000 rw-p 00000000 00:00 0 ffff7e1f0000-ffff7e1f1000 ---p 00000000 00:00 0 ffff7e1f1000-ffff7e3f2000 rw-p 00000000 00:00 0 ffff7e3f2000-ffff7e3f3000 ---p 00000000 00:00 0 ffff7e3f3000-ffff7e5f4000 rw-p 00000000 00:00 0 ffff7e5f4000-ffff7e5f5000 ---p 00000000 00:00 0 ffff7e5f5000-ffff7e7f6000 rw-p 00000000 00:00 0 ffff7e7f6000-ffff7e7f7000 ---p 00000000 00:00 0 ffff7e7f7000-ffff7e9f8000 rw-p 00000000 00:00 0 ffff7e9f8000-ffff7e9f9000 ---p 00000000 00:00 0 ffff7e9f9000-ffff7ebfa000 rw-p 00000000 00:00 0 ffff7ebfa000-ffff7ebfb000 ---p 00000000 00:00 0 ffff7ebfb000-ffff7edfc000 rw-p 00000000 00:00 0 ffff7edfc000-ffff7edfd000 ---p 00000000 00:00 0 ffff7edfd000-ffff7effe000 rw-p 00000000 00:00 0 ffff7effe000-ffff7efff000 ---p 00000000 00:00 0 ffff7efff000-ffff7f200000 rw-p 00000000 00:00 0 ffff7f200000-ffff7f201000 ---p 00000000 00:00 0 ffff7f201000-ffff7f402000 rw-p 00000000 00:00 0 ffff7f402000-ffff7f403000 ---p 00000000 00:00 0 ffff7f403000-ffff7f604000 rw-p 00000000 00:00 0 ffff7f604000-ffff7f605000 ---p 00000000 00:00 0 ffff7f605000-ffff7f806000 rw-p 00000000 00:00 0 ffff7f806000-ffff7f807000 ---p 00000000 00:00 0 ffff7f807000-ffff7fa08000 rw-p 00000000 00:00 0 ffff7fa08000-ffff7fa09000 ---p 00000000 00:00 0 ffff7fa09000-ffff7fc0a000 rw-p 00000000 00:00 0 ffff7fc0a000-ffff7fc0b000 ---p 00000000 00:00 0 ffff7fc0b000-ffff7fe0c000 rw-p 00000000 00:00 0 ffff7fe0c000-ffff7fe0d000 ---p 00000000 00:00 0 ffff7fe0d000-ffff8000e000 rw-p 00000000 00:00 0 ffff8000e000-ffff8000f000 ---p 00000000 00:00 0 ffff8000f000-ffff80210000 rw-p 00000000 00:00 0 ffff80210000-ffff80211000 ---p 00000000 00:00 0 ffff80211000-ffff80412000 rw-p 00000000 00:00 0 ffff80412000-ffff80413000 ---p 00000000 00:00 0 ffff80413000-ffff80614000 rw-p 00000000 00:00 0 ffff80614000-ffff80615000 ---p 00000000 00:00 0 ffff80615000-ffff80816000 rw-p 00000000 00:00 0 ffff80816000-ffff80817000 ---p 00000000 00:00 0 ffff80817000-ffff80a18000 rw-p 00000000 00:00 0 ffff80a18000-ffff80a19000 ---p 00000000 00:00 0 ffff80a19000-ffff80c1a000 rw-p 00000000 00:00 0 ffff80c1a000-ffff80c1b000 ---p 00000000 00:00 0 ffff80c1b000-ffff80e1c000 rw-p 00000000 00:00 0 ffff80e1c000-ffff80e1d000 ---p 00000000 00:00 0 ffff80e1d000-ffff8101e000 rw-p 00000000 00:00 0 ffff8101e000-ffff8101f000 ---p 00000000 00:00 0 ffff8101f000-ffff81220000 rw-p 00000000 00:00 0 ffff81220000-ffff81221000 ---p 00000000 00:00 0 ffff81221000-ffff81422000 rw-p 00000000 00:00 0 ffff81422000-ffff81423000 ---p 00000000 00:00 0 ffff81423000-ffff81624000 rw-p 00000000 00:00 0 ffff81624000-ffff81625000 ---p 00000000 00:00 0 ffff81625000-ffff81826000 rw-p 00000000 00:00 0 ffff81826000-ffff81827000 ---p 00000000 00:00 0 ffff81827000-ffff81a28000 rw-p 00000000 00:00 0 ffff81a28000-ffff81a29000 ---p 00000000 00:00 0 ffff81a29000-ffff81dc0000 rw-p 00000000 00:00 0 ffff81dc0000-ffff8442a000 ---p 00000000 00:00 0 ffff8442a000-ffff845c0000 rw-p 00000000 00:00 0 ffff845c0000-ffff86c29000 ---p 00000000 00:00 0 ffff86c29000-ffff86e7f000 rw-p 00000000 00:00 0 ffff86e7f000-ffff88029000 ---p 00000000 00:00 0 ffff88029000-ffff88062000 rw-p 00000000 00:00 0 ffff88062000-ffff8822a000 ---p 00000000 00:00 0 ffff8822a000-ffff88ffa000 rwxp 00000000 00:00 0 ffff88ffa000-ffff9022a000 ---p 00000000 00:00 0 ffff9022a000-ffff90240000 r-xp 00000000 08:15 1722460 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libzip.so ffff90240000-ffff90241000 r--p 00006000 08:15 1722460 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libzip.so ffff90241000-ffff90242000 rw-p 00007000 08:15 1722460 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libzip.so ffff90242000-ffff90277000 r-xp 00000000 08:15 1722898 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libjava.so ffff90277000-ffff90278000 r--p 00025000 08:15 1722898 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libjava.so ffff90278000-ffff90279000 rw-p 00026000 08:15 1722898 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libjava.so ffff90279000-ffff9027a000 rw-p 00000000 00:00 0 ffff9027a000-ffff90295000 r-xp 00000000 08:15 1722459 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libverify.so ffff90295000-ffff90297000 r--p 0000b000 08:15 1722459 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libverify.so ffff90297000-ffff90298000 rw-p 0000d000 08:15 1722459 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/libverify.so ffff90298000-ffff9029a000 ---p 00000000 00:00 0 ffff9029a000-ffff9029d000 ---p 00000000 00:00 0 ffff9029d000-ffff9049b000 rw-p 00000000 00:00 0 ffff9049b000-ffff904b9000 r-xp 00000000 08:15 1723026 /usr/lib/libgcc_s.so.1 ffff904b9000-ffff904ba000 r--p 0000e000 08:15 1723026 /usr/lib/libgcc_s.so.1 ffff904ba000-ffff904bb000 rw-p 0000f000 08:15 1723026 /usr/lib/libgcc_s.so.1 ffff904bb000-ffff90619000 r-xp 00000000 08:15 1723086 /usr/lib/libstdc++.so.6.0.22 ffff90619000-ffff90627000 r--p 0014e000 08:15 1723086 /usr/lib/libstdc++.so.6.0.22 ffff90627000-ffff90628000 rw-p 0015c000 08:15 1723086 /usr/lib/libstdc++.so.6.0.22 ffff90628000-ffff9062b000 rw-p 00000000 00:00 0 ffff9062b000-ffff90cbb000 r-xp 00000000 08:15 1722910 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/server/libjvm.so ffff90cbb000-ffff90d3e000 r--p 00680000 08:15 1722910 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/server/libjvm.so ffff90d3e000-ffff90d67000 rw-p 00703000 08:15 1722910 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/server/libjvm.so ffff90d67000-ffff90dc7000 rw-p 00000000 00:00 0 ffff90dc7000-ffff90dea000 r-xp 00000000 08:15 1721749 /lib/libz.so.1.2.11 ffff90dea000-ffff90deb000 r--p 00013000 08:15 1721749 /lib/libz.so.1.2.11 ffff90deb000-ffff90dec000 rw-p 00014000 08:15 1721749 /lib/libz.so.1.2.11 ffff90dec000-ffff90e08000 r-xp 00000000 08:15 1722882 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/jli/libjli.so ffff90e08000-ffff90e09000 r--p 0000c000 08:15 1722882 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/jli/libjli.so ffff90e09000-ffff90e0a000 rw-p 0000d000 08:15 1722882 /usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/jli/libjli.so ffff90e0a000-ffff90ea0000 r-xp 00000000 08:15 1721739 /lib/ld-musl-aarch64.so.1 ffff90ea1000-ffff90ea3000 r-xp 00000000 00:00 0 ffff90ea3000-ffff90ea4000 r--s 00000000 08:15 1722399 /etc/localtime ffff90ea4000-ffff90eac000 rw-s 00000000 08:15 1973877 /tmp/hsperfdata_root/1 ffff90eac000-ffff90ead000 r--p 00000000 00:00 0 ffff90ead000-ffff90eae000 r--p 00000000 00:00 0 [vvar] ffff90eae000-ffff90eaf000 r-xp 00000000 00:00 0 [vdso] ffff90eaf000-ffff90eb1000 rw-p 00095000 08:15 1721739 /lib/ld-musl-aarch64.so.1 ffff90eb1000-ffff90eb3000 rw-p 00000000 00:00 0 ffffd90b4000-ffffd90d5000 rw-p 00000000 00:00 0 [stack] VM Arguments: jvm_args: -Xss2048k -Djffi.boot.library.path=/opt/jruby/lib/jni -Djava.security.egd=file:/dev/urandom -Xbootclasspath/a:/opt/jruby/lib/jruby.jar -Djruby.home=/opt/jruby -Djruby.lib=/opt/jruby/lib -Djruby.script=jruby -Djruby.shell=/bin/sh java_command: org.jruby.Main /opt/jruby/bin/gem install bundler rake net-telnet xmlrpc java_class_path (initial): : Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk/jre PATH=/opt/jruby/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin LD_LIBRARY_PATH=/usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/aarch64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/aarch64 Signal Handlers: SIGSEGV: [libjvm.so+0x60c338], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0x60c338], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0x52fec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: [libjvm.so+0x52fec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGXFSZ: [libjvm.so+0x52fec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGILL: [libjvm.so+0x52fec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGUSR2: [libjvm.so+0x52fc20], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0x53280c], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0x53280c], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0x53280c], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0x53280c], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:NAME="Alpine Linux" ID=alpine VERSION_ID=3.8.1 PRETTY_NAME="Alpine Linux v3.8" HOME_URL="http://alpinelinux.org" BUG_REPORT_URL="http://bugs.alpinelinux.org" uname:Linux 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:41:03 UTC 2018 aarch64 libc:glibc 2.9 NPTL rlimit: STACK 8192k, CORE infinity, NPROC infinity, NOFILE 1048576, AS infinity load average:1.09 0.39 0.20 /proc/meminfo: MemTotal: 263874272 kB MemFree: 255484824 kB MemAvailable: 261127548 kB Buffers: 167136 kB Cached: 6562252 kB SwapCached: 0 kB Active: 4335716 kB Inactive: 2620960 kB Active(anon): 230988 kB Inactive(anon): 736 kB Active(file): 4104728 kB Inactive(file): 2620224 kB Unevictable: 4432 kB Mlocked: 4432 kB SwapTotal: 133055480 kB SwapFree: 133055480 kB Dirty: 948 kB Writeback: 0 kB AnonPages: 232640 kB Mapped: 124320 kB Shmem: 1348 kB Slab: 612504 kB SReclaimable: 376292 kB SUnreclaim: 236212 kB KernelStack: 15040 kB PageTables: 3952 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 264992616 kB Committed_AS: 4769304 kB VmallocTotal: 135290290112 kB VmallocUsed: 0 kB VmallocChunk: 0 kB HardwareCorrupted: 0 kB AnonHugePages: 0 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB CmaTotal: 0 kB CmaFree: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB container (cgroup) information: container_type: cgroupv1 cpu_cpuset_cpus: 0-63 cpu_memory_nodes: 0-3 active_processor_count: 64 cpu_quota: -1 cpu_period: 100000 cpu_shares: -1 memory_limit_in_bytes: -1 memory_and_swap_limit_in_bytes: -2 memory_soft_limit_in_bytes: -1 memory_usage_in_bytes: 157970432 memory_max_usage_in_bytes: 159178752 CPU:total 64 (initial active 64) simd, crc, aes, sha1, sha256 /proc/cpuinfo: processor : 0 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 1 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 2 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 3 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 4 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 5 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 6 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 7 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 8 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 9 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 10 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 11 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 12 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 13 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 14 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 15 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 16 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 17 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 18 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 19 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 20 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 21 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 22 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 23 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 24 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 25 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 26 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 27 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 28 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 29 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 30 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 31 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 32 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 33 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 34 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 35 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 36 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 37 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 38 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 39 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 40 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 41 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 42 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 43 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 44 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 45 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 46 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 47 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 48 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 49 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 50 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 51 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 52 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 53 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 54 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 55 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 56 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 57 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 58 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 59 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 60 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 61 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 62 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 processor : 63 BogoMIPS : 100.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 Memory: 4k page, physical 263874272k(255484824k free), swap 133055480k(133055480k free) vm_info: OpenJDK 64-Bit Server VM (25.181-b13) for linux-aarch64 JRE (1.8.0_181-b13), built on Oct 23 2018 11:45:43 by "buildozer" with gcc 6.4.0 time: Wed Nov 14 09:16:57 2018 elapsed time: 4 seconds (0d 0h 0m 4s) ```

cpuguy83 commented 5 years ago

Thanks!

cpuguy83 commented 5 years ago

@lag-linaro Any chance you could test with this patch: https://github.com/jnr/jnr-posix/pull/123 ?

cpuguy83 commented 5 years ago

I'll have to see how I might build a release tar with that change...

headius commented 5 years ago

Mostly waiting to chat with @enebo about jnr/jnr-posix#123. I'm not sure it's the right approach, but it's close.

headius commented 5 years ago

jnr-posix 3.0.47 has been released and incorporated into JRuby 9.2.5, to be released soon.

cpuguy83 commented 5 years ago

@headius Thanks for working on this!

lag-linaro commented 5 years ago

@cpuguy83 sorry Brian, I wouldn't know how to test your patch.

I see that it's been merged now so that's great.

Please let me know when I should test docker-jruby again.

Are you going to provide a new release such that the Official Images Build will work again?

cpuguy83 commented 4 years ago

I believe we only support x86 now given the base java images are only compatible there.