question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Segfault when creating + deserializing snapshot on 0.6.1

See original GitHub issue

Hi all! Long time no see. I’m trying to upgrade to 0.6.1 to reduce the potential for deadlocks in MiniRacer / V8 (we already use MiniRacer::Platform.set_flags! :single_threaded on 0.4.0 / libv8-node 15.14.0.1, but not SingleThreadedDefaultPlatform). However, after upgrading to 0.6.1, I’m seeing some new segfaults when I attempt to deserialize snapshots.

I can pretty reliable reproduce these issues in the console using:

MiniRacer::Platform.set_flags! :single_threaded

webpack_js = File.read("tmp/assets/javascripts/compiled/server.js")

snapshot = MiniRacer::Snapshot.new(webpack_js) # note: ~1.8 MB
ObjectSpace.each_object(MiniRacer::Context).to_a
snapshot2 = MiniRacer::Snapshot.new(webpack_js)
ObjectSpace.each_object(MiniRacer::Context).to_a

fork { puts MiniRacer::Context.new(snapshot: snapshot2).eval("1 + 1") }

However, we don’t see these errors 100% of the time. It seems like after running the above code (which is a very stripped down version of starting up our Unicorn-based React app), the fork call on the last line has about an 85% chance of failing. I’ve attached the segfault below, the crash appears to happen in v8::internal::Deserializer::PostProcessNewObject(v8::internal::Handle<v8::internal::Map>, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::SnapshotSpace)

We’re using Ruby 2.6.8.

/app/vendor/bundle/ruby/2.6.0/gems/mini_racer-0.6.1/lib/mini_racer.rb:178: [BUG] Segmentation fault at 0x0000000000000011
ruby 2.6.8p205 (2021-07-07 revision 67951) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0029 p:---- s:0149 e:000148 CFUNC  :init_unsafe
c:0028 p:0143 s:0143 e:000142 METHOD /app/vendor/bundle/ruby/2.6.0/gems/mini_racer-0.6.1/lib/mini_racer.rb:178 [FINISH]
c:0027 p:---- s:0131 e:000130 CFUNC  :new
c:0026 p:0023 s:0126 e:000125 BLOCK  /app/lib/react_ssr.rb:52
c:0025 p:0071 s:0123 e:000122 METHOD /app/config/initializers/metrics.rb:12
c:0024 p:0027 s:0114 e:000113 METHOD /app/lib/react_ssr.rb:50
c:0023 p:0021 s:0110 e:000108 BLOCK  (irb):14 [FINISH]
c:0022 p:---- s:0106 e:000105 CFUNC  :fork
c:0021 p:0005 s:0102 e:000101 EVAL   (irb):14 [FINISH]
c:0020 p:---- s:0099 e:000098 CFUNC  :eval
c:0019 p:0021 s:0091 e:000090 METHOD /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/workspace.rb:85
c:0018 p:0056 s:0083 e:000081 METHOD /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/context.rb:385
c:0017 p:0020 s:0074 e:000073 BLOCK  /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:493
c:0016 p:0025 s:0071 e:000070 METHOD /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:647
c:0015 p:0008 s:0065 e:000064 BLOCK  /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:490
c:0014 p:0100 s:0060 e:000059 BLOCK  /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/ruby-lex.rb:246 [FINISH]
c:0013 p:---- s:0056 e:000055 CFUNC  :loop
c:0012 p:0006 s:0052 e:000051 BLOCK  /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/ruby-lex.rb:232 [FINISH]
c:0011 p:---- s:0049 e:000048 CFUNC  :catch
c:0010 p:0012 s:0044 e:000043 METHOD /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/ruby-lex.rb:231
c:0009 p:0034 s:0040 E:0016c8 METHOD /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:489
c:0008 p:0005 s:0035 e:000034 BLOCK  /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:428 [FINISH]
c:0007 p:---- s:0032 e:000031 CFUNC  :catch
c:0006 p:0064 s:0027 E:000b18 METHOD /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:427
c:0005 p:0102 s:0022 e:000021 METHOD /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:383
c:0004 p:0019 s:0016 e:000015 TOP    /app/vendor/ruby-2.6.8/lib/ruby/gems/2.6.0/gems/irb-1.0.0/exe/irb:11 [FINISH]
c:0003 p:---- s:0013 e:000012 CFUNC  :load
c:0002 p:0109 s:0008 E:000940 EVAL   /app/vendor/bundle/ruby/2.6.0/bin/irb:23 [FINISH]
c:0001 p:0000 s:0003 E:000940 (none) [FINISH]

-- Ruby level backtrace information ----------------------------------------
/app/vendor/bundle/ruby/2.6.0/bin/irb:23:in `<main>'
/app/vendor/bundle/ruby/2.6.0/bin/irb:23:in `load'
/app/vendor/ruby-2.6.8/lib/ruby/gems/2.6.0/gems/irb-1.0.0/exe/irb:11:in `<top (required)>'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:383:in `start'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:427:in `run'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:427:in `catch'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:428:in `block in run'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:489:in `eval_input'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/ruby-lex.rb:231:in `each_top_level_statement'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/ruby-lex.rb:231:in `catch'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/ruby-lex.rb:232:in `block in each_top_level_statement'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/ruby-lex.rb:232:in `loop'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/ruby-lex.rb:246:in `block (2 levels) in each_top_level_statement'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:490:in `block in eval_input'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:647:in `signal_status'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb.rb:493:in `block (2 levels) in eval_input'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/context.rb:385:in `evaluate'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/workspace.rb:85:in `evaluate'
/app/vendor/ruby-2.6.8/lib/ruby/2.6.0/irb/workspace.rb:85:in `eval'
(irb):14:in `irb_binding'
(irb):14:in `fork'
(irb):14:in `block in irb_binding'
/app/lib/react_ssr.rb:50:in `context'
/app/config/initializers/metrics.rb:12:in `log'
/app/lib/react_ssr.rb:52:in `block in context'
/app/lib/react_ssr.rb:52:in `new'
/app/vendor/bundle/ruby/2.6.0/gems/mini_racer-0.6.1/lib/mini_racer.rb:178:in `initialize'
/app/vendor/bundle/ruby/2.6.0/gems/mini_racer-0.6.1/lib/mini_racer.rb:178:in `init_unsafe'

-- Machine register context ------------------------------------------------
 RIP: 0x00007f012a2e0eb9 RBP: 0x00007fffccff9300 RSP: 0x00007fffccff9290
 RAX: 0x0000562b8dcf9540 RBX: 0x0000000000000009 RCX: 0x0000000000000000
 RDX: 0x0000562b95c6a1e8 RDI: 0x00007fffccff92b0 RSI: 0x000000000000ffff
  R8: 0x000000000000005d  R9: 0x0000000000000050 R10: 0x0000562b88c1e010
 R11: 0x0000000000000001 R12: 0x00007f013b9d9070 R13: 0x000008d2b30a3eb9
 R14: 0x0000000000000000 R15: 0x000008d2b30a3ef8 EFL: 0x0000000000010202

-- C level backtrace information -------------------------------------------
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vm_bugreport+0x769) [0x7f013c472979] vm_dump.c:715
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_bug_context+0xe7) [0x7f013c2b4e27] error.c:609
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(sigsegv+0x42) [0x7f013c3d9e22] signal.c:998
/lib/x86_64-linux-gnu/libc.so.6(0x7f013be45040) [0x7f013be45040]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(_ZN2v88internal12Deserializer20PostProcessNewObjectENS0_6HandleINS0_3MapEEENS2_INS0_10HeapObjectEEENS0_13SnapshotSpaceE+0x609) [0x7f012a2e0eb9]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20d0) [0x7f012a2e20d0]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e1a73) [0x7f012a2e1a73]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e201b) [0x7f012a2e201b]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e1a73) [0x7f012a2e1a73]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e201b) [0x7f012a2e201b]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e1a73) [0x7f012a2e1a73]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e201b) [0x7f012a2e201b]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e1a73) [0x7f012a2e1a73]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e201b) [0x7f012a2e201b]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e1a73) [0x7f012a2e1a73]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e201b) [0x7f012a2e201b]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e2ccf) [0x7f012a2e2ccf]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e30d1) [0x7f012a2e30d1]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e20be) [0x7f012a2e20be]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2e1a73) [0x7f012a2e1a73]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012afd55b8) [0x7f012afd55b8]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012afd5744) [0x7f012afd5744]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a2feb3c) [0x7f012a2feb3c]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a0ea4b6) [0x7f012a0ea4b6]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f012a0eb058) [0x7f012a0eb058]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f0129f39159) [0x7f0129f39159]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(0x7f0129f394d4) [0x7f0129f394d4]
/app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so(rb_context_init_unsafe+0x17b) [0x7f0129f25b6b] mini_racer_extension.cc:1016
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f013c45206a] vm_insnhelper.c:1908
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_exec_core+0x17a) [0x7f013c45bada] insns.def:765
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f013c46249f] vm.c:1885
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call0_body+0x128) [0x7f013c467b48] vm_eval.c:127
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vm_call0) vm_eval.c:60
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_class_s_new+0x6d) [0x7f013c34fdbd] object.c:2214
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f013c45206a] vm_insnhelper.c:1908
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f013c466363] vm_insnhelper.c:2400
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_exec_core+0x17a) [0x7f013c45bada] insns.def:765
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f013c46249f] vm.c:1885
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(invoke_iseq_block_from_c+0x8c) [0x7f013c4630b9] vm.c:1092
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(invoke_block_from_c_bh) vm.c:1110
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_yield) vm.c:1155
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_yield_0) vm_eval.c:978
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_yield_1) vm_eval.c:984
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_yield) vm_eval.c:994
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_protect+0x1e4) [0x7f013c2bf544] eval.c:1046
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_f_fork+0x6b) [0x7f013c38a8db] process.c:4139
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f013c45206a] vm_insnhelper.c:1908
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f013c466363] vm_insnhelper.c:2400
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_exec_core+0x244) [0x7f013c45bba4] insns.def:750
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f013c46249f] vm.c:1885
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_f_eval+0x164) [0x7f013c467454] vm_eval.c:1352
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f013c45206a] vm_insnhelper.c:1908
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_exec_core+0x17a) [0x7f013c45bada] insns.def:765
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f013c46249f] vm.c:1885
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(invoke_block+0x159) [0x7f013c46a1df] vm.c:1021
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(invoke_iseq_block_from_c) vm.c:1092
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(invoke_block_from_c_bh) vm.c:1110
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_yield) vm.c:1155
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_yield_0) vm_eval.c:978
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(loop_i) vm_eval.c:1057
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vrescue2+0xd1) [0x7f013c2bc741] eval.c:917
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_rescue2+0x8a) [0x7f013c2bf31a] eval.c:987
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f013c45206a] vm_insnhelper.c:1908
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f013c466363] vm_insnhelper.c:2400
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_exec_core+0x244) [0x7f013c45bba4] insns.def:750
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f013c46249f] vm.c:1885
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(invoke_iseq_block_from_c+0x99) [0x7f013c46516a] vm.c:1092
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(invoke_block_from_c_bh) vm.c:1110
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_yield) vm.c:1155
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_yield_0) vm_eval.c:978
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(catch_i) vm_eval.c:1900
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_catch_protect+0xb1) [0x7f013c455f41] vm_eval.c:1982
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_catch_obj+0x2c) [0x7f013c45608c] vm_eval.c:2008
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f013c45206a] vm_insnhelper.c:1908
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f013c466363] vm_insnhelper.c:2400
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_exec_core+0x244) [0x7f013c45bba4] insns.def:750
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f013c46249f] vm.c:1885
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(invoke_iseq_block_from_c+0x99) [0x7f013c46516a] vm.c:1092
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(invoke_block_from_c_bh) vm.c:1110
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_yield) vm.c:1155
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_yield_0) vm_eval.c:978
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(catch_i) vm_eval.c:1900
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_catch_protect+0xb1) [0x7f013c455f41] vm_eval.c:1982
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_catch_obj+0x2c) [0x7f013c45608c] vm_eval.c:2008
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f013c45206a] vm_insnhelper.c:1908
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f013c466363] vm_insnhelper.c:2400
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_exec_core+0x244) [0x7f013c45bba4] insns.def:750
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vm_exec+0x6cf) [0x7f013c462abf] vm.c:1894
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_load_internal0+0x107) [0x7f013c30f957] load.c:612
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_f_load+0x8b) [0x7f013c30fc2b] load.c:643
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f013c45206a] vm_insnhelper.c:1908
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f013c466363] vm_insnhelper.c:2400
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(vm_exec_core+0x17a) [0x7f013c45bada] insns.def:765
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f013c46249f] vm.c:1885
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(ruby_exec_internal+0xd6) [0x7f013c2bbbc6] eval.c:262
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(ruby_exec_node+0x1d) [0x7f013c2be28d] eval.c:326
/app/vendor/ruby-2.6.8/bin/../lib/libruby.so.2.6(ruby_run_node+0x2e) [0x7f013c2c184e] eval.c:318
/app/vendor/ruby-2.6.8/bin/ruby(main+0x5b) [0x562b87d4394b] ./main.c:42

-- Other runtime information -----------------------------------------------

* Loaded script: irb

* Process memory map:

1a2f7500000-1a2f7540000 rw-p 00000000 00:00 0 
1d3295c0000-1d329600000 rw-p 00000000 00:00 0 
48543e40000-48543e80000 rw-p 00000000 00:00 0 
797281c0000-79728200000 rw-p 00000000 00:00 0 
8d2b3080000-8d2b30c0000 rw-p 00000000 00:00 0 
a5a9a600000-a5a9a640000 rw-p 00000000 00:00 0 
e912d400000-e912d440000 rw-p 00000000 00:00 0 
ed1c4a00000-ed1c4a05000 rw-p 00000000 00:00 0 
12f8eeb00000-12f8eeb40000 rw-p 00000000 00:00 0 
13b469b80000-13b469bc2000 rw-p 00000000 00:00 0 
159035d80000-159036131000 rw-p 00000000 00:00 0 
1c2788c80000-1c2788cc0000 rw-p 00000000 00:00 0 
215cec840000-215cec880000 rw-p 00000000 00:00 0 
21efa5680000-21efa56c0000 rw-p 00000000 00:00 0 
27fc43240000-27fc43280000 rw-p 00000000 00:00 0 
29dbfd940000-29dbfd980000 rw-p 00000000 00:00 0 
2ae446380000-2ae4463ab000 r--p 00000000 00:00 0 
323b1f500000-323b1f502000 rw-p 00000000 00:00 0 
385901680000-3859016c0000 rw-p 00000000 00:00 0 
3875c0780000-3875c07c0000 rw-p 00000000 00:00 0 
562b87d43000-562b87d44000 r-xp 00000000 fc:01 14562637                   /app/vendor/ruby-2.6.8/bin/ruby
562b87f43000-562b87f44000 r--p 00000000 fc:01 14562637                   /app/vendor/ruby-2.6.8/bin/ruby
562b87f44000-562b87f45000 rw-p 00001000 fc:01 14562637                   /app/vendor/ruby-2.6.8/bin/ruby
562b88c1e000-562ba031c000 rw-p 00000000 00:00 0                          [heap]
562ba031c000-562ba0fa2000 rw-p 00000000 00:00 0                          [heap]
7f0118000000-7f0118002000 rw-p 00000000 00:00 0 
7f0118002000-7f0118003000 ---p 00000000 00:00 0 
7f0118003000-7f0118019000 r-xp 00000000 00:00 0 
7f0118019000-7f011803f000 ---p 00000000 00:00 0 
7f011803f000-7f0120000000 ---p 00000000 00:00 0 
7f0120000000-7f0120021000 rw-p 00000000 00:00 0 
7f0120021000-7f0124000000 ---p 00000000 00:00 0 
7f012521d000-7f01259c9000 r--s 00000000 fc:01 14562639                   /app/vendor/ruby-2.6.8/lib/libruby.so.2.6.8
7f01259c9000-7f01262cb000 rw-p 00000000 00:00 0 
7f01262cb000-7f01262e2000 r-xp 00000000 07:02 8253                       /lib/x86_64-linux-gnu/libnsl-2.27.so
7f01262e2000-7f01264e1000 ---p 00017000 07:02 8253                       /lib/x86_64-linux-gnu/libnsl-2.27.so
7f01264e1000-7f01264e2000 r--p 00016000 07:02 8253                       /lib/x86_64-linux-gnu/libnsl-2.27.so
7f01264e2000-7f01264e3000 rw-p 00017000 07:02 8253                       /lib/x86_64-linux-gnu/libnsl-2.27.so
7f01264e3000-7f01264e5000 rw-p 00000000 00:00 0 
7f01264e5000-7f01264f0000 r-xp 00000000 07:02 8263                       /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7f01264f0000-7f01266ef000 ---p 0000b000 07:02 8263                       /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7f01266ef000-7f01266f0000 r--p 0000a000 07:02 8263                       /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7f01266f0000-7f01266f1000 rw-p 0000b000 07:02 8263                       /lib/x86_64-linux-gnu/libnss_nis-2.27.so
7f01266f1000-7f01266f9000 r-xp 00000000 07:02 8255                       /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7f01266f9000-7f01268f9000 ---p 00008000 07:02 8255                       /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7f01268f9000-7f01268fa000 r--p 00008000 07:02 8255                       /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7f01268fa000-7f01268fb000 rw-p 00009000 07:02 8255                       /lib/x86_64-linux-gnu/libnss_compat-2.27.so
7f01268fb000-7f0126900000 r-xp 00000000 07:02 8257                       /lib/x86_64-linux-gnu/libnss_dns-2.27.so
7f0126900000-7f0126b00000 ---p 00005000 07:02 8257                       /lib/x86_64-linux-gnu/libnss_dns-2.27.so
7f0126b00000-7f0126b01000 r--p 00005000 07:02 8257                       /lib/x86_64-linux-gnu/libnss_dns-2.27.so
7f0126b01000-7f0126b02000 rw-p 00006000 07:02 8257                       /lib/x86_64-linux-gnu/libnss_dns-2.27.so
7f0126b02000-7f0126b0d000 r-xp 00000000 07:02 8259                       /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f0126b0d000-7f0126d0c000 ---p 0000b000 07:02 8259                       /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f0126d0c000-7f0126d0d000 r--p 0000a000 07:02 8259                       /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f0126d0d000-7f0126d0e000 rw-p 0000b000 07:02 8259                       /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f0126d0e000-7f0126d14000 rw-p 00000000 00:00 0 
7f0126d14000-7f0126d19000 r-xp 00000000 fc:01 18088103                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/console.so
7f0126d19000-7f0126f18000 ---p 00005000 fc:01 18088103                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/console.so
7f0126f18000-7f0126f19000 r--p 00004000 fc:01 18088103                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/console.so
7f0126f19000-7f0126f1a000 rw-p 00005000 fc:01 18088103                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/console.so
7f0126f1a000-7f012721b000 rw-p 00000000 00:00 0 
7f012721b000-7f0127258000 r-xp 00000000 fc:01 23079883                   /app/vendor/gsl/lib/libgslcblas.so.0.0.0
7f0127258000-7f0127457000 ---p 0003d000 fc:01 23079883                   /app/vendor/gsl/lib/libgslcblas.so.0.0.0
7f0127457000-7f0127458000 r--p 0003c000 fc:01 23079883                   /app/vendor/gsl/lib/libgslcblas.so.0.0.0
7f0127458000-7f0127459000 rw-p 0003d000 fc:01 23079883                   /app/vendor/gsl/lib/libgslcblas.so.0.0.0
7f0127459000-7f012766b000 r-xp 00000000 fc:01 23079875                   /app/vendor/gsl/lib/libgsl.so.0.17.0
7f012766b000-7f012786a000 ---p 00212000 fc:01 23079875                   /app/vendor/gsl/lib/libgsl.so.0.17.0
7f012786a000-7f012786d000 r--p 00211000 fc:01 23079875                   /app/vendor/gsl/lib/libgsl.so.0.17.0
7f012786d000-7f012787d000 rw-p 00214000 fc:01 23079875                   /app/vendor/gsl/lib/libgsl.so.0.17.0
7f012787d000-7f012787e000 rw-p 00000000 00:00 0 
7f012787e000-7f01279e7000 r-xp 00000000 fc:01 22285417                   /app/vendor/bundle/ruby/2.6.0/gems/gsl-2.1.0.3/lib/gsl_native.so
7f01279e7000-7f0127be7000 ---p 00169000 fc:01 22285417                   /app/vendor/bundle/ruby/2.6.0/gems/gsl-2.1.0.3/lib/gsl_native.so
7f0127be7000-7f0127be9000 r--p 00169000 fc:01 22285417                   /app/vendor/bundle/ruby/2.6.0/gems/gsl-2.1.0.3/lib/gsl_native.so
7f0127be9000-7f0127bec000 rw-p 0016b000 fc:01 22285417                   /app/vendor/bundle/ruby/2.6.0/gems/gsl-2.1.0.3/lib/gsl_native.so
7f0127bec000-7f0127bed000 rw-p 00000000 00:00 0 
7f0127bed000-7f0127bfa000 r-xp 00000000 fc:01 22550279                   /app/vendor/bundle/ruby/2.6.0/gems/yajl-ruby-1.3.1/lib/yajl/yajl.so
7f0127bfa000-7f0127df9000 ---p 0000d000 fc:01 22550279                   /app/vendor/bundle/ruby/2.6.0/gems/yajl-ruby-1.3.1/lib/yajl/yajl.so
7f0127df9000-7f0127dfa000 r--p 0000c000 fc:01 22550279                   /app/vendor/bundle/ruby/2.6.0/gems/yajl-ruby-1.3.1/lib/yajl/yajl.so
7f0127dfa000-7f0127dfb000 rw-p 0000d000 fc:01 22550279                   /app/vendor/bundle/ruby/2.6.0/gems/yajl-ruby-1.3.1/lib/yajl/yajl.so
7f0127dfb000-7f0127e01000 r-xp 00000000 fc:01 22551499                   /app/vendor/bundle/ruby/2.6.0/gems/raindrops-0.13.0/lib/raindrops_ext.so
7f0127e01000-7f0128000000 ---p 00006000 fc:01 22551499                   /app/vendor/bundle/ruby/2.6.0/gems/raindrops-0.13.0/lib/raindrops_ext.so
7f0128000000-7f0128001000 r--p 00005000 fc:01 22551499                   /app/vendor/bundle/ruby/2.6.0/gems/raindrops-0.13.0/lib/raindrops_ext.so
7f0128001000-7f0128002000 rw-p 00006000 fc:01 22551499                   /app/vendor/bundle/ruby/2.6.0/gems/raindrops-0.13.0/lib/raindrops_ext.so
7f0128002000-7f0128013000 r-xp 00000000 fc:01 22430504                   /app/vendor/bundle/ruby/2.6.0/gems/unicorn-4.8.2/lib/unicorn_http.so
7f0128013000-7f0128212000 ---p 00011000 fc:01 22430504                   /app/vendor/bundle/ruby/2.6.0/gems/unicorn-4.8.2/lib/unicorn_http.so
7f0128212000-7f0128213000 r--p 00010000 fc:01 22430504                   /app/vendor/bundle/ruby/2.6.0/gems/unicorn-4.8.2/lib/unicorn_http.so
7f0128213000-7f0128214000 rw-p 00011000 fc:01 22430504                   /app/vendor/bundle/ruby/2.6.0/gems/unicorn-4.8.2/lib/unicorn_http.so
7f0128214000-7f012821a000 r-xp 00000000 fc:01 22283173                   /app/vendor/bundle/ruby/2.6.0/gems/thin-1.7.2/lib/thin_parser.so
7f012821a000-7f0128419000 ---p 00006000 fc:01 22283173                   /app/vendor/bundle/ruby/2.6.0/gems/thin-1.7.2/lib/thin_parser.so
7f0128419000-7f012841a000 r--p 00005000 fc:01 22283173                   /app/vendor/bundle/ruby/2.6.0/gems/thin-1.7.2/lib/thin_parser.so
7f012841a000-7f012841b000 rw-p 00006000 fc:01 22283173                   /app/vendor/bundle/ruby/2.6.0/gems/thin-1.7.2/lib/thin_parser.so
7f012841b000-7f0128445000 r-xp 00000000 fc:01 23074954                   /app/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/lib/rubyeventmachine.so
7f0128445000-7f0128645000 ---p 0002a000 fc:01 23074954                   /app/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/lib/rubyeventmachine.so
7f0128645000-7f0128646000 r--p 0002a000 fc:01 23074954                   /app/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/lib/rubyeventmachine.so
7f0128646000-7f0128648000 rw-p 0002b000 fc:01 23074954                   /app/vendor/bundle/ruby/2.6.0/gems/eventmachine-1.2.7/lib/rubyeventmachine.so
7f0128648000-7f012864d000 r-xp 00000000 fc:01 23072946                   /app/vendor/bundle/ruby/2.6.0/gems/stackprof-0.2.15/lib/stackprof/stackprof.so
7f012864d000-7f012884c000 ---p 00005000 fc:01 23072946                   /app/vendor/bundle/ruby/2.6.0/gems/stackprof-0.2.15/lib/stackprof/stackprof.so
7f012884c000-7f012884d000 r--p 00004000 fc:01 23072946                   /app/vendor/bundle/ruby/2.6.0/gems/stackprof-0.2.15/lib/stackprof/stackprof.so
7f012884d000-7f012884e000 rw-p 00005000 fc:01 23072946                   /app/vendor/bundle/ruby/2.6.0/gems/stackprof-0.2.15/lib/stackprof/stackprof.so
7f012884e000-7f0128854000 rw-p 00000000 00:00 0 
7f0128854000-7f0128855000 r-xp 00000000 fc:01 18088119                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/fcntl.so
7f0128855000-7f0128a54000 ---p 00001000 fc:01 18088119                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/fcntl.so
7f0128a54000-7f0128a55000 r--p 00000000 fc:01 18088119                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/fcntl.so
7f0128a55000-7f0128a56000 rw-p 00001000 fc:01 18088119                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/fcntl.so
7f0128a56000-7f0128a6a000 r-xp 00000000 fc:01 22307943                   /app/vendor/bundle/ruby/2.6.0/gems/rdiscount-2.1.8/lib/rdiscount.so
7f0128a6a000-7f0128c6a000 ---p 00014000 fc:01 22307943                   /app/vendor/bundle/ruby/2.6.0/gems/rdiscount-2.1.8/lib/rdiscount.so
7f0128c6a000-7f0128c6b000 r--p 00014000 fc:01 22307943                   /app/vendor/bundle/ruby/2.6.0/gems/rdiscount-2.1.8/lib/rdiscount.so
7f0128c6b000-7f0128c6c000 rw-p 00015000 fc:01 22307943                   /app/vendor/bundle/ruby/2.6.0/gems/rdiscount-2.1.8/lib/rdiscount.so
7f0128c6c000-7f0128c77000 r-xp 00000000 fc:01 18088123                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/objspace.so
7f0128c77000-7f0128e76000 ---p 0000b000 fc:01 18088123                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/objspace.so
7f0128e76000-7f0128e77000 r--p 0000a000 fc:01 18088123                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/objspace.so
7f0128e77000-7f0128e78000 rw-p 0000b000 fc:01 18088123                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/objspace.so
7f0128e88000-7f0129078000 r--s 00000000 07:02 8201                       /lib/x86_64-linux-gnu/libc-2.27.so
7f0129078000-7f0129079000 ---p 00000000 00:00 0 
7f0129079000-7f0129179000 rw-p 00000000 00:00 0 
7f0129179000-7f0129190000 r-xp 00000000 07:02 8225                       /lib/x86_64-linux-gnu/libgcc_s.so.1
7f0129190000-7f012938f000 ---p 00017000 07:02 8225                       /lib/x86_64-linux-gnu/libgcc_s.so.1
7f012938f000-7f0129390000 r--p 00016000 07:02 8225                       /lib/x86_64-linux-gnu/libgcc_s.so.1
7f0129390000-7f0129391000 rw-p 00017000 07:02 8225                       /lib/x86_64-linux-gnu/libgcc_s.so.1
7f0129391000-7f012950a000 r-xp 00000000 07:02 50123                      /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f012950a000-7f012970a000 ---p 00179000 07:02 50123                      /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f012970a000-7f0129714000 r--p 00179000 07:02 50123                      /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f0129714000-7f0129716000 rw-p 00183000 07:02 50123                      /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f0129716000-7f012971a000 rw-p 00000000 00:00 0 
7f012971a000-7f012d419000 r-xp 00000000 fc:01 23079438                   /app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so
7f012d419000-7f012d618000 ---p 03cff000 fc:01 23079438                   /app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so
7f012d618000-7f012d680000 r--p 03cfe000 fc:01 23079438                   /app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so
7f012d680000-7f012d6c8000 rw-p 03d66000 fc:01 23079438                   /app/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/mini_racer-0.6.1/mini_racer_extension.so
7f012d6c8000-7f012d6e3000 rw-p 00000000 00:00 0 
7f012d6e3000-7f012d6e4000 r-xp 00000000 fc:01 22310702                   /app/vendor/bundle/ruby/2.6.0/gems/mini_racer-0.6.1/lib/mini_racer_loader.so
7f012d6e4000-7f012d8e4000 ---p 00001000 fc:01 22310702                   /app/vendor/bundle/ruby/2.6.0/gems/mini_racer-0.6.1/lib/mini_racer_loader.so
7f012d8e4000-7f012d8e5000 r--p 00001000 fc:01 22310702                   /app/vendor/bundle/ruby/2.6.0/gems/mini_racer-0.6.1/lib/mini_racer_loader.so
7f012d8e5000-7f012d8e6000 rw-p 00002000 fc:01 22310702                   /app/vendor/bundle/ruby/2.6.0/gems/mini_racer-0.6.1/lib/mini_racer_loader.so
7f012d8e6000-7f012d8fd000 r-xp 00000000 07:02 49364                      /usr/lib/x86_64-linux-gnu/gconv/CP932.so
7f012d8fd000-7f012dafc000 ---p 00017000 07:02 49364                      /usr/lib/x86_64-linux-gnu/gconv/CP932.so
7f012dafc000-7f012dafd000 r--p 00016000 07:02 49364                      /usr/lib/x86_64-linux-gnu/gconv/CP932.so
7f012dafd000-7f012dafe000 rw-p 00017000 07:02 49364                      /usr/lib/x86_64-linux-gnu/gconv/CP932.so
7f012dafe000-7f012db39000 r--p 00000000 fc:01 22425921                   /app/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.11.7-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f012db39000-7f012dc60000 r-xp 0003b000 fc:01 22425921                   /app/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.11.7-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f012dc60000-7f012dcc0000 r--p 00162000 fc:01 22425921                   /app/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.11.7-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f012dcc0000-7f012dcc1000 ---p 001c2000 fc:01 22425921                   /app/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.11.7-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f012dcc1000-7f012dcca000 r--p 001c2000 fc:01 22425921                   /app/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.11.7-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f012dcca000-7f012dcce000 rw-p 001cb000 fc:01 22425921                   /app/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.11.7-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f012dcce000-7f012dcd0000 rw-p 00000000 00:00 0 
7f012dcd0000-7f012dcd1000 r-xp 00000000 fc:01 22282741                   /app/vendor/bundle/ruby/2.6.0/gems/levenshtein-0.2.2/lib/levenshtein/levenshtein_fast.so
7f012dcd1000-7f012ded1000 ---p 00001000 fc:01 22282741                   /app/vendor/bundle/ruby/2.6.0/gems/levenshtein-0.2.2/lib/levenshtein/levenshtein_fast.so
7f012ded1000-7f012ded2000 r--p 00001000 fc:01 22282741                   /app/vendor/bundle/ruby/2.6.0/gems/levenshtein-0.2.2/lib/levenshtein/levenshtein_fast.so
7f012ded2000-7f012ded3000 rw-p 00002000 fc:01 22282741                   /app/vendor/bundle/ruby/2.6.0/gems/levenshtein-0.2.2/lib/levenshtein/levenshtein_fast.so
7f012ded3000-7f012deec000 r-xp 00000000 fc:01 22566609                   /app/vendor/bundle/ruby/2.6.0/gems/hpricot-0.8.6/lib/hpricot_scan.so
7f012deec000-7f012e0eb000 ---p 00019000 fc:01 22566609                   /app/vendor/bundle/ruby/2.6.0/gems/hpricot-0.8.6/lib/hpricot_scan.so
7f012e0eb000-7f012e0ec000 r--p 00018000 fc:01 22566609                   /app/vendor/bundle/ruby/2.6.0/gems/hpricot-0.8.6/lib/hpricot_scan.so
7f012e0ec000-7f012e0ed000 rw-p 00019000 fc:01 22566609                   /app/vendor/bundle/ruby/2.6.0/gems/hpricot-0.8.6/lib/hpricot_scan.so
7f012e0ed000-7f012e0f6000 r-xp 00000000 fc:01 23074350                   /app/vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.so
7f012e0f6000-7f012e2f5000 ---p 00009000 fc:01 23074350                   /app/vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.so
7f012e2f5000-7f012e2f6000 r--p 00008000 fc:01 23074350                   /app/vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.so
7f012e2f6000-7f012e2f7000 rw-p 00009000 fc:01 23074350                   /app/vendor/bundle/ruby/2.6.0/gems/http_parser.rb-0.6.0/lib/ruby_http_parser.so
7f012e2f7000-7f012e304000 r-xp 00000000 07:02 50093                      /usr/lib/x86_64-linux-gnu/libpsl.so.5.2.0
7f012e304000-7f012e503000 ---p 0000d000 07:02 50093                      /usr/lib/x86_64-linux-gnu/libpsl.so.5.2.0
7f012e503000-7f012e504000 r--p 0000c000 07:02 50093                      /usr/lib/x86_64-linux-gnu/libpsl.so.5.2.0
7f012e504000-7f012e505000 rw-p 0000d000 07:02 50093                      /usr/lib/x86_64-linux-gnu/libpsl.so.5.2.0
7f012e505000-7f012e520000 r-xp 00000000 07:02 50110                      /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f012e520000-7f012e71f000 ---p 0001b000 07:02 50110                      /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f012e71f000-7f012e720000 r--p 0001a000 07:02 50110                      /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f012e720000-7f012e721000 rw-p 0001b000 07:02 50110                      /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f012e721000-7f012e744000 r-xp 00000000 07:02 50052                      /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.15.2
7f012e744000-7f012e943000 ---p 00023000 07:02 50052                      /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.15.2
7f012e943000-7f012e944000 r--p 00022000 07:02 50052                      /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.15.2
7f012e944000-7f012e946000 rw-p 00023000 07:02 50052                      /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.15.2
7f012e946000-7f012e9c4000 r-xp 00000000 07:02 49857                      /usr/lib/x86_64-linux-gnu/libcurl.so.4.5.0
7f012e9c4000-7f012ebc4000 ---p 0007e000 07:02 49857                      /usr/lib/x86_64-linux-gnu/libcurl.so.4.5.0
7f012ebc4000-7f012ebc7000 r--p 0007e000 07:02 49857                      /usr/lib/x86_64-linux-gnu/libcurl.so.4.5.0
7f012ebc7000-7f012ebc8000 rw-p 00081000 07:02 49857                      /usr/lib/x86_64-linux-gnu/libcurl.so.4.5.0
7f012ebc8000-7f012ebeb000 r-xp 00000000 fc:01 22310487                   /app/vendor/bundle/ruby/2.6.0/gems/ffi-1.9.25/lib/ffi_c.so
7f012ebeb000-7f012edeb000 ---p 00023000 fc:01 22310487                   /app/vendor/bundle/ruby/2.6.0/gems/ffi-1.9.25/lib/ffi_c.so
7f012edeb000-7f012edec000 r--p 00023000 fc:01 22310487                   /app/vendor/bundle/ruby/2.6.0/gems/ffi-1.9.25/lib/ffi_c.so
7f012edec000-7f012eded000 rw-p 00024000 fc:01 22310487                   /app/vendor/bundle/ruby/2.6.0/gems/ffi-1.9.25/lib/ffi_c.so
7f012eded000-7f012edee000 r-xp 00000000 fc:01 18088019                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/sha2.so
7f012edee000-7f012efed000 ---p 00001000 fc:01 18088019                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/sha2.so
7f012efed000-7f012efee000 r--p 00000000 fc:01 18088019                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/sha2.so
7f012efee000-7f012efef000 rw-p 00001000 fc:01 18088019                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/sha2.so
7f012f06f000-7f012f070000 ---p 00000000 00:00 0 
7f012f070000-7f012f170000 rw-p 00000000 00:00 0 
7f012f170000-7f012f171000 r-xp 00000000 fc:01 18088022                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/md5.so
7f012f171000-7f012f370000 ---p 00001000 fc:01 18088022                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/md5.so
7f012f370000-7f012f371000 r--p 00000000 fc:01 18088022                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/md5.so
7f012f371000-7f012f372000 rw-p 00001000 fc:01 18088022                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/md5.so
7f012f372000-7f012f37e000 r-xp 00000000 fc:01 22570889                   /app/vendor/bundle/ruby/2.6.0/gems/kgio-2.9.2/lib/kgio_ext.so
7f012f37e000-7f012f57d000 ---p 0000c000 fc:01 22570889                   /app/vendor/bundle/ruby/2.6.0/gems/kgio-2.9.2/lib/kgio_ext.so
7f012f57d000-7f012f57e000 r--p 0000b000 fc:01 22570889                   /app/vendor/bundle/ruby/2.6.0/gems/kgio-2.9.2/lib/kgio_ext.so
7f012f57e000-7f012f57f000 rw-p 0000c000 fc:01 22570889                   /app/vendor/bundle/ruby/2.6.0/gems/kgio-2.9.2/lib/kgio_ext.so
7f012f57f000-7f012f580000 r-xp 00000000 fc:01 18088101                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/nonblock.so
7f012f580000-7f012f77f000 ---p 00001000 fc:01 18088101                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/nonblock.so
7f012f77f000-7f012f780000 r--p 00000000 fc:01 18088101                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/nonblock.so
7f012f780000-7f012f781000 rw-p 00001000 fc:01 18088101                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/nonblock.so
7f012f781000-7f012f7d8000 r-xp 00000000 fc:01 18088034                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/openssl.so
7f012f7d8000-7f012f9d7000 ---p 00057000 fc:01 18088034                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/openssl.so
7f012f9d7000-7f012f9d9000 r--p 00056000 fc:01 18088034                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/openssl.so
7f012f9d9000-7f012f9db000 rw-p 00058000 fc:01 18088034                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/openssl.so
7f012f9db000-7f012f9dc000 rw-p 00000000 00:00 0 
7f012f9dc000-7f012f9de000 r-xp 00000000 fc:01 18088093                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/windows_31j.so
7f012f9de000-7f012fbde000 ---p 00002000 fc:01 18088093                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/windows_31j.so
7f012fbde000-7f012fbdf000 r--p 00002000 fc:01 18088093                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/windows_31j.so
7f012fbdf000-7f012fbe0000 rw-p 00003000 fc:01 18088093                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/windows_31j.so
7f012fbe0000-7f012fbe6000 r-xp 00000000 fc:01 22284289                   /app/vendor/bundle/ruby/2.6.0/gems/iconv-1.0.8/lib/iconv/iconv.so
7f012fbe6000-7f012fde5000 ---p 00006000 fc:01 22284289                   /app/vendor/bundle/ruby/2.6.0/gems/iconv-1.0.8/lib/iconv/iconv.so
7f012fde5000-7f012fde6000 r--p 00005000 fc:01 22284289                   /app/vendor/bundle/ruby/2.6.0/gems/iconv-1.0.8/lib/iconv/iconv.so
7f012fde6000-7f012fde7000 rw-p 00006000 fc:01 22284289                   /app/vendor/bundle/ruby/2.6.0/gems/iconv-1.0.8/lib/iconv/iconv.so
7f012fde7000-7f012fdeb000 r-xp 00000000 fc:01 22282886                   /app/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so
7f012fdeb000-7f012ffea000 ---p 00004000 fc:01 22282886                   /app/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so
7f012ffea000-7f012ffeb000 r--p 00003000 fc:01 22282886                   /app/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so
7f012ffeb000-7f012ffec000 rw-p 00004000 fc:01 22282886                   /app/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so
7f012ffec000-7f012fff3000 r-xp 00000000 07:02 49894                      /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f012fff3000-7f01301f2000 ---p 00007000 07:02 49894                      /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f01301f2000-7f01301f3000 r--p 00006000 07:02 49894                      /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f01301f3000-7f01301f4000 rw-p 00007000 07:02 49894                      /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f01301f4000-7f01302f8000 r-xp 00000000 07:02 50119                      /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f01302f8000-7f01304f7000 ---p 00104000 07:02 50119                      /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f01304f7000-7f01304fa000 r--p 00103000 07:02 50119                      /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f01304fa000-7f01304fc000 rw-p 00106000 07:02 50119                      /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f01304fc000-7f01304fd000 rw-p 00000000 00:00 0 
7f01304fd000-7f0130543000 r-xp 00000000 07:02 49960                      /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f0130543000-7f0130742000 ---p 00046000 07:02 49960                      /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f0130742000-7f0130745000 r--p 00045000 07:02 49960                      /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f0130745000-7f0130746000 rw-p 00048000 07:02 49960                      /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f0130746000-7f0130747000 rw-p 00000000 00:00 0 
7f0130747000-7f0130755000 r-xp 00000000 07:02 49954                      /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f0130755000-7f0130954000 ---p 0000e000 07:02 49954                      /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f0130954000-7f0130955000 r--p 0000d000 07:02 49954                      /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f0130955000-7f0130956000 rw-p 0000e000 07:02 49954                      /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f0130956000-7f013097e000 r-xp 00000000 07:02 50151                      /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f013097e000-7f0130b7d000 ---p 00028000 07:02 50151                      /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f0130b7d000-7f0130b7e000 r--p 00027000 07:02 50151                      /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f0130b7e000-7f0130b7f000 rw-p 00028000 07:02 50151                      /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f0130b7f000-7f0130bb3000 r-xp 00000000 07:02 49958                      /usr/lib/x86_64-linux-gnu/libhogweed.so.4.5
7f0130bb3000-7f0130db3000 ---p 00034000 07:02 49958                      /usr/lib/x86_64-linux-gnu/libhogweed.so.4.5
7f0130db3000-7f0130db4000 r--p 00034000 07:02 49958                      /usr/lib/x86_64-linux-gnu/libhogweed.so.4.5
7f0130db4000-7f0130db5000 rw-p 00035000 07:02 49958                      /usr/lib/x86_64-linux-gnu/libhogweed.so.4.5
7f0130db5000-7f0130de9000 r-xp 00000000 07:02 50050                      /usr/lib/x86_64-linux-gnu/libnettle.so.6.5
7f0130de9000-7f0130fe8000 ---p 00034000 07:02 50050                      /usr/lib/x86_64-linux-gnu/libnettle.so.6.5
7f0130fe8000-7f0130fea000 r--p 00033000 07:02 50050                      /usr/lib/x86_64-linux-gnu/libnettle.so.6.5
7f0130fea000-7f0130feb000 rw-p 00035000 07:02 50050                      /usr/lib/x86_64-linux-gnu/libnettle.so.6.5
7f0130feb000-7f0130ffc000 r-xp 00000000 07:02 50125                      /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.5
7f0130ffc000-7f01311fc000 ---p 00011000 07:02 50125                      /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.5
7f01311fc000-7f01311fd000 r--p 00011000 07:02 50125                      /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.5
7f01311fd000-7f01311fe000 rw-p 00012000 07:02 50125                      /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.5
7f01311fe000-7f0131378000 r-xp 00000000 07:02 50139                      /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
7f0131378000-7f0131578000 ---p 0017a000 07:02 50139                      /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
7f0131578000-7f013157b000 r--p 0017a000 07:02 50139                      /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
7f013157b000-7f013157c000 rw-p 0017d000 07:02 50139                      /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
7f013157c000-7f0131598000 r-xp 00000000 07:02 49974                      /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.3
7f0131598000-7f0131797000 ---p 0001c000 07:02 49974                      /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.3
7f0131797000-7f0131798000 r--p 0001b000 07:02 49974                      /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.3
7f0131798000-7f0131799000 rw-p 0001c000 07:02 49974                      /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.3
7f0131799000-7f01318b3000 r-xp 00000000 07:02 50067                      /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
7f01318b3000-7f0131ab3000 ---p 0011a000 07:02 50067                      /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
7f0131ab3000-7f0131abd000 r--p 0011a000 07:02 50067                      /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
7f0131abd000-7f0131ac7000 rw-p 00124000 07:02 50067                      /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
7f0131ac7000-7f0131ac8000 rw-p 00000000 00:00 0 
7f0131ac8000-7f0131add000 r-xp 00000000 07:02 50104                      /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f0131add000-7f0131cdc000 ---p 00015000 07:02 50104                      /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f0131cdc000-7f0131cdd000 r--p 00014000 07:02 50104                      /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f0131cdd000-7f0131cde000 rw-p 00015000 07:02 50104                      /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f0131cde000-7f0131d11000 r-xp 00000000 07:02 49952                      /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f0131d11000-7f0131f10000 ---p 00033000 07:02 49952                      /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f0131f10000-7f0131f12000 r--p 00032000 07:02 49952                      /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f0131f12000-7f0131f13000 rw-p 00034000 07:02 49952                      /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f0131f13000-7f0131f14000 rw-p 00000000 00:00 0 
7f0131f14000-7f0131fb2000 r-xp 00000000 07:02 49823                      /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f0131fb2000-7f01321b2000 ---p 0009e000 07:02 49823                      /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f01321b2000-7f01321b3000 r--p 0009e000 07:02 49823                      /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f01321b3000-7f01321b6000 rw-p 0009f000 07:02 49823                      /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f01321b6000-7f013223d000 r-xp 00000000 07:02 49998                      /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f013223d000-7f013243c000 ---p 00087000 07:02 49998                      /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f013243c000-7f0132440000 r--p 00086000 07:02 49998                      /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f0132440000-7f0132442000 rw-p 0008a000 07:02 49998                      /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f0132442000-7f0132443000 rw-p 00000000 00:00 0 
7f0132443000-7f013244b000 r-xp 00000000 07:02 49956                      /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f013244b000-7f013264a000 ---p 00008000 07:02 49956                      /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f013264a000-7f013264b000 r--p 00007000 07:02 49956                      /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f013264b000-7f013264c000 rw-p 00008000 07:02 49956                      /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f013264c000-7f013264f000 r-xp 00000000 07:02 8237                       /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f013264f000-7f013284e000 ---p 00003000 07:02 8237                       /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f013284e000-7f013284f000 r--p 00002000 07:02 8237                       /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f013284f000-7f0132850000 rw-p 00003000 07:02 8237                       /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f0132850000-7f01329a8000 r-xp 00000000 07:02 49931                      /usr/lib/x86_64-linux-gnu/libgnutls.so.30.14.10
7f01329a8000-7f0132ba8000 ---p 00158000 07:02 49931                      /usr/lib/x86_64-linux-gnu/libgnutls.so.30.14.10
7f0132ba8000-7f0132bb4000 r--p 00158000 07:02 49931                      /usr/lib/x86_64-linux-gnu/libgnutls.so.30.14.10
7f0132bb4000-7f0132bb5000 rw-p 00164000 07:02 49931                      /usr/lib/x86_64-linux-gnu/libgnutls.so.30.14.10
7f0132bb5000-7f0132bb6000 rw-p 00000000 00:00 0 
7f0132bb6000-7f0132bf3000 r-xp 00000000 07:02 49944                      /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f0132bf3000-7f0132df3000 ---p 0003d000 07:02 49944                      /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f0132df3000-7f0132df5000 r--p 0003d000 07:02 49944                      /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f0132df5000-7f0132df7000 rw-p 0003f000 07:02 49944                      /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f0132df7000-7f0132e10000 r-xp 00000000 07:02 50114                      /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f0132e10000-7f0133010000 ---p 00019000 07:02 50114                      /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f0133010000-7f0133011000 r--p 00019000 07:02 50114                      /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f0133011000-7f0133012000 rw-p 0001a000 07:02 50114                      /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f0133012000-7f0133029000 r-xp 00000000 07:02 8282                       /lib/x86_64-linux-gnu/libresolv-2.27.so
7f0133029000-7f0133228000 ---p 00017000 07:02 8282                       /lib/x86_64-linux-gnu/libresolv-2.27.so
7f0133228000-7f0133229000 r--p 00016000 07:02 8282                       /lib/x86_64-linux-gnu/libresolv-2.27.so
7f0133229000-7f013322a000 rw-p 00017000 07:02 8282                       /lib/x86_64-linux-gnu/libresolv-2.27.so
7f013322a000-7f013322c000 rw-p 00000000 00:00 0 
7f013322c000-7f0133239000 r-xp 00000000 07:02 50006                      /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.8
7f0133239000-7f0133438000 ---p 0000d000 07:02 50006                      /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.8
7f0133438000-7f0133439000 r--p 0000c000 07:02 50006                      /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.8
7f0133439000-7f013343a000 rw-p 0000d000 07:02 50006                      /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.8
7f013343a000-7f0133444000 r-xp 00000000 07:02 50002                      /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f0133444000-7f0133643000 ---p 0000a000 07:02 50002                      /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f0133643000-7f0133644000 r--p 00009000 07:02 50002                      /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f0133644000-7f0133645000 rw-p 0000a000 07:02 50002                      /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f0133645000-7f0133648000 r-xp 00000000 07:02 8210                       /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f0133648000-7f0133847000 ---p 00003000 07:02 8210                       /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f0133847000-7f0133848000 r--p 00002000 07:02 8210                       /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f0133848000-7f0133849000 rw-p 00003000 07:02 8210                       /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f0133849000-7f0133877000 r-xp 00000000 07:02 49996                      /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f0133877000-7f0133a77000 ---p 0002e000 07:02 49996                      /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f0133a77000-7f0133a79000 r--p 0002e000 07:02 49996                      /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f0133a79000-7f0133a7a000 rw-p 00030000 07:02 49996                      /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f0133a7a000-7f0133a7b000 rw-p 00000000 00:00 0 
7f0133a7b000-7f0133b41000 r-xp 00000000 07:02 50000                      /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f0133b41000-7f0133d41000 ---p 000c6000 07:02 50000                      /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f0133d41000-7f0133d4f000 r--p 000c6000 07:02 50000                      /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f0133d4f000-7f0133d51000 rw-p 000d4000 07:02 50000                      /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f0133d51000-7f0133d9f000 r-xp 00000000 07:02 50011                      /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.8
7f0133d9f000-7f0133f9e000 ---p 0004e000 07:02 50011                      /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.8
7f0133f9e000-7f0133fa0000 r--p 0004d000 07:02 50011                      /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.8
7f0133fa0000-7f0133fa1000 rw-p 0004f000 07:02 50011                      /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.8
7f0133fa1000-7f0133fa3000 rw-p 00000000 00:00 0 
7f0133fa3000-7f0133feb000 r-xp 00000000 07:02 49946                      /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f0133feb000-7f01341ea000 ---p 00048000 07:02 49946                      /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f01341ea000-7f01341ec000 r--p 00047000 07:02 49946                      /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f01341ec000-7f01341ee000 rw-p 00049000 07:02 49946                      /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f01341ee000-7f013426f000 r-xp 00000000 07:02 50121                      /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f013426f000-7f013446e000 ---p 00081000 07:02 50121                      /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f013446e000-7f0134477000 r--p 00080000 07:02 50121                      /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f0134477000-7f013447b000 rw-p 00089000 07:02 50121                      /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f013447b000-7f01344c8000 r-xp 00000000 07:02 50091                      /usr/lib/x86_64-linux-gnu/libpq.so.5.14
7f01344c8000-7f01346c8000 ---p 0004d000 07:02 50091                      /usr/lib/x86_64-linux-gnu/libpq.so.5.14
7f01346c8000-7f01346cb000 r--p 0004d000 07:02 50091                      /usr/lib/x86_64-linux-gnu/libpq.so.5.14
7f01346cb000-7f01346cc000 rw-p 00050000 07:02 50091                      /usr/lib/x86_64-linux-gnu/libpq.so.5.14
7f01346cc000-7f01346f6000 r-xp 00000000 fc:01 22570791                   /app/vendor/bundle/ruby/2.6.0/gems/pg-0.21.0/lib/pg_ext.so
7f01346f6000-7f01348f5000 ---p 0002a000 fc:01 22570791                   /app/vendor/bundle/ruby/2.6.0/gems/pg-0.21.0/lib/pg_ext.so
7f01348f5000-7f01348f6000 r--p 00029000 fc:01 22570791                   /app/vendor/bundle/ruby/2.6.0/gems/pg-0.21.0/lib/pg_ext.so
7f01348f6000-7f01348f7000 rw-p 0002a000 fc:01 22570791                   /app/vendor/bundle/ruby/2.6.0/gems/pg-0.21.0/lib/pg_ext.so
7f01348f7000-7f01348f8000 r-xp 00000000 fc:01 18088122                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/bigdecimal/util.so
7f01348f8000-7f0134af7000 ---p 00001000 fc:01 18088122                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/bigdecimal/util.so
7f0134af7000-7f0134af8000 r--p 00000000 fc:01 18088122                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/bigdecimal/util.so
7f0134af8000-7f0134af9000 rw-p 00001000 fc:01 18088122                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/bigdecimal/util.so
7f0134af9000-7f0134b0c000 r-xp 00000000 fc:01 18088037                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/zlib.so
7f0134b0c000-7f0134d0c000 ---p 00013000 fc:01 18088037                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/zlib.so
7f0134d0c000-7f0134d0d000 r--p 00013000 fc:01 18088037                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/zlib.so
7f0134d0d000-7f0134d0e000 rw-p 00014000 fc:01 18088037                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/zlib.so
7f0134d0e000-7f0134d10000 r-xp 00000000 fc:01 18088102                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/wait.so
7f0134d10000-7f0134f0f000 ---p 00002000 fc:01 18088102                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/wait.so
7f0134f0f000-7f0134f10000 r--p 00001000 fc:01 18088102                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/wait.so
7f0134f10000-7f0134f11000 rw-p 00002000 fc:01 18088102                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/io/wait.so
7f0134f11000-7f0134f3f000 r-xp 00000000 fc:01 18088120                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/socket.so
7f0134f3f000-7f013513e000 ---p 0002e000 fc:01 18088120                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/socket.so
7f013513e000-7f013513f000 r--p 0002d000 fc:01 18088120                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/socket.so
7f013513f000-7f0135140000 rw-p 0002e000 fc:01 18088120                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/socket.so
7f0135140000-7f013514a000 r-xp 00000000 fc:01 22282457                   /app/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/generator.so
7f013514a000-7f0135349000 ---p 0000a000 fc:01 22282457                   /app/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/generator.so
7f0135349000-7f013534a000 r--p 00009000 fc:01 22282457                   /app/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/generator.so
7f013534a000-7f013534b000 rw-p 0000a000 fc:01 22282457                   /app/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/generator.so
7f013534b000-7f0135351000 r-xp 00000000 fc:01 22282456                   /app/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/parser.so
7f0135351000-7f0135550000 ---p 00006000 fc:01 22282456                   /app/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/parser.so
7f0135550000-7f0135551000 r--p 00005000 fc:01 22282456                   /app/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/parser.so
7f0135551000-7f0135552000 rw-p 00006000 fc:01 22282456                   /app/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/parser.so
7f0135552000-7f0135554000 r-xp 00000000 fc:01 22566190                   /app/vendor/bundle/ruby/2.6.0/gems/hpricot-0.8.6/lib/fast_xs.so
7f0135554000-7f0135753000 ---p 00002000 fc:01 22566190                   /app/vendor/bundle/ruby/2.6.0/gems/hpricot-0.8.6/lib/fast_xs.so
7f0135753000-7f0135754000 r--p 00001000 fc:01 22566190                   /app/vendor/bundle/ruby/2.6.0/gems/hpricot-0.8.6/lib/fast_xs.so
7f0135754000-7f0135755000 rw-p 00002000 fc:01 22566190                   /app/vendor/bundle/ruby/2.6.0/gems/hpricot-0.8.6/lib/fast_xs.so
7f0135755000-7f0135756000 r-xp 00000000 fc:01 18088041                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/utf_32be.so
7f0135756000-7f0135955000 ---p 00001000 fc:01 18088041                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/utf_32be.so
7f0135955000-7f0135956000 r--p 00000000 fc:01 18088041                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/utf_32be.so
7f0135956000-7f0135957000 rw-p 00001000 fc:01 18088041                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/utf_32be.so
7f0135957000-7f0135958000 r-xp 00000000 fc:01 18088092                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/utf_16be.so
7f0135958000-7f0135b58000 ---p 00001000 fc:01 18088092                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/utf_16be.so
7f0135b58000-7f0135b59000 r--p 00001000 fc:01 18088092                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/utf_16be.so
7f0135b59000-7f0135b5a000 rw-p 00002000 fc:01 18088092                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/utf_16be.so
7f0135b5a000-7f0135b5c000 r-xp 00000000 fc:01 18088065                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/shift_jis.so
7f0135b5c000-7f0135d5c000 ---p 00002000 fc:01 18088065                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/shift_jis.so
7f0135d5c000-7f0135d5d000 r--p 00002000 fc:01 18088065                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/shift_jis.so
7f0135d5d000-7f0135d5e000 rw-p 00003000 fc:01 18088065                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/shift_jis.so
7f0135d5e000-7f0135d61000 r-xp 00000000 fc:01 18088074                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/euc_jp.so
7f0135d61000-7f0135f60000 ---p 00003000 fc:01 18088074                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/euc_jp.so
7f0135f60000-7f0135f61000 r--p 00002000 fc:01 18088074                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/euc_jp.so
7f0135f61000-7f0135f62000 rw-p 00003000 fc:01 18088074                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/euc_jp.so
7f0135f62000-7f0135faa000 r-xp 00000000 fc:01 18088109                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/nkf.so
7f0135faa000-7f01361a9000 ---p 00048000 fc:01 18088109                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/nkf.so
7f01361a9000-7f01361b0000 r--p 00047000 fc:01 18088109                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/nkf.so
7f01361b0000-7f01361b1000 rw-p 0004e000 fc:01 18088109                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/nkf.so
7f01361b1000-7f01361b4000 rw-p 00000000 00:00 0 
7f01361b4000-7f01361c9000 r-xp 00000000 fc:01 18088035                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/bigdecimal.so
7f01361c9000-7f01363c8000 ---p 00015000 fc:01 18088035                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/bigdecimal.so
7f01363c8000-7f01363c9000 r--p 00014000 fc:01 18088035                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/bigdecimal.so
7f01363c9000-7f01363ca000 rw-p 00015000 fc:01 18088035                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/bigdecimal.so
7f01363ca000-7f01363cd000 r-xp 00000000 fc:01 18088024                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/cgi/escape.so
7f01363cd000-7f01365cc000 ---p 00003000 fc:01 18088024                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/cgi/escape.so
7f01365cc000-7f01365cd000 r--p 00002000 fc:01 18088024                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/cgi/escape.so
7f01365cd000-7f01365ce000 rw-p 00003000 fc:01 18088024                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/cgi/escape.so
7f01365ce000-7f0136602000 r-xp 00000000 fc:01 18088104                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/date_core.so
7f0136602000-7f0136801000 ---p 00034000 fc:01 18088104                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/date_core.so
7f0136801000-7f0136802000 r--p 00033000 fc:01 18088104                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/date_core.so
7f0136802000-7f0136803000 rw-p 00034000 fc:01 18088104                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/date_core.so
7f0136803000-7f0136804000 rw-p 00000000 00:00 0 
7f0136804000-7f0136822000 r-xp 00000000 fc:01 22307810                   /app/vendor/bundle/ruby/2.6.0/gems/syck-1.4.0/lib/syck.so
7f0136822000-7f0136a21000 ---p 0001e000 fc:01 22307810                   /app/vendor/bundle/ruby/2.6.0/gems/syck-1.4.0/lib/syck.so
7f0136a21000-7f0136a22000 r--p 0001d000 fc:01 22307810                   /app/vendor/bundle/ruby/2.6.0/gems/syck-1.4.0/lib/syck.so
7f0136a22000-7f0136a23000 rw-p 0001e000 fc:01 22307810                   /app/vendor/bundle/ruby/2.6.0/gems/syck-1.4.0/lib/syck.so
7f0136a23000-7f0136a2a000 r-xp 00000000 fc:01 18088108                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/strscan.so
7f0136a2a000-7f0136c29000 ---p 00007000 fc:01 18088108                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/strscan.so
7f0136c29000-7f0136c2a000 r--p 00006000 fc:01 18088108                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/strscan.so
7f0136c2a000-7f0136c2b000 rw-p 00007000 fc:01 18088108                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/strscan.so
7f0136c2b000-7f0136c48000 r-xp 00000000 07:02 50167                      /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.5
7f0136c48000-7f0136e47000 ---p 0001d000 07:02 50167                      /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.5
7f0136e47000-7f0136e48000 r--p 0001c000 07:02 50167                      /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.5
7f0136e48000-7f0136e49000 rw-p 0001d000 07:02 50167                      /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.5
7f0136e49000-7f0136e4f000 r-xp 00000000 fc:01 18088033                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/psych.so
7f0136e4f000-7f013704e000 ---p 00006000 fc:01 18088033                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/psych.so
7f013704e000-7f013704f000 r--p 00005000 fc:01 18088033                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/psych.so
7f013704f000-7f0137050000 rw-p 00006000 fc:01 18088033                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/psych.so
7f0137111000-7f0137136000 r-xp 00000000 07:02 8299                       /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f0137136000-7f0137336000 ---p 00025000 07:02 8299                       /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f0137336000-7f013733a000 r--p 00025000 07:02 8299                       /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f013733a000-7f013733b000 rw-p 00029000 07:02 8299                       /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f013733b000-7f013737c000 r-xp 00000000 07:02 8281                       /lib/x86_64-linux-gnu/libreadline.so.7.0
7f013737c000-7f013757b000 ---p 00041000 07:02 8281                       /lib/x86_64-linux-gnu/libreadline.so.7.0
7f013757b000-7f013757d000 r--p 00040000 07:02 8281                       /lib/x86_64-linux-gnu/libreadline.so.7.0
7f013757d000-7f0137583000 rw-p 00042000 07:02 8281                       /lib/x86_64-linux-gnu/libreadline.so.7.0
7f0137583000-7f0137584000 rw-p 00000000 00:00 0 
7f0137584000-7f013758c000 r-xp 00000000 fc:01 18088025                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/readline.so
7f013758c000-7f013778b000 ---p 00008000 fc:01 18088025                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/readline.so
7f013778b000-7f013778c000 r--p 00007000 fc:01 18088025                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/readline.so
7f013778c000-7f013778d000 rw-p 00008000 fc:01 18088025                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/readline.so
7f013778d000-7f0137a28000 r-xp 00000000 07:02 49850                      /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f0137a28000-7f0137c27000 ---p 0029b000 07:02 49850                      /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f0137c27000-7f0137c53000 r--p 0029a000 07:02 49850                      /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f0137c53000-7f0137c55000 rw-p 002c6000 07:02 49850                      /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f0137c55000-7f0137c58000 rw-p 00000000 00:00 0 
7f0137c58000-7f0137c59000 r-xp 00000000 fc:01 18088018                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/sha1.so
7f0137c59000-7f0137e58000 ---p 00001000 fc:01 18088018                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/sha1.so
7f0137e58000-7f0137e59000 r--p 00000000 fc:01 18088018                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/sha1.so
7f0137e59000-7f0137e5a000 rw-p 00001000 fc:01 18088018                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest/sha1.so
7f0137e5a000-7f0137e5e000 r-xp 00000000 fc:01 18088026                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest.so
7f0137e5e000-7f013805d000 ---p 00004000 fc:01 18088026                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest.so
7f013805d000-7f013805e000 r--p 00003000 fc:01 18088026                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest.so
7f013805e000-7f013805f000 rw-p 00004000 fc:01 18088026                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/digest.so
7f013805f000-7f0138065000 r-xp 00000000 fc:01 18088111                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/etc.so
7f0138065000-7f0138264000 ---p 00006000 fc:01 18088111                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/etc.so
7f0138264000-7f0138265000 r--p 00005000 fc:01 18088111                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/etc.so
7f0138265000-7f0138266000 rw-p 00006000 fc:01 18088111                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/etc.so
7f0138266000-7f013826e000 r-xp 00000000 fc:01 18088110                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/pathname.so
7f013826e000-7f013846d000 ---p 00008000 fc:01 18088110                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/pathname.so
7f013846d000-7f013846e000 r--p 00007000 fc:01 18088110                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/pathname.so
7f013846e000-7f013846f000 rw-p 00008000 fc:01 18088110                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/pathname.so
7f013846f000-7f0138478000 r-xp 00000000 fc:01 18088116                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/stringio.so
7f0138478000-7f0138677000 ---p 00009000 fc:01 18088116                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/stringio.so
7f0138677000-7f0138678000 r--p 00008000 fc:01 18088116                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/stringio.so
7f0138678000-7f0138679000 rw-p 00009000 fc:01 18088116                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/stringio.so
7f0138679000-7f013867b000 r-xp 00000000 fc:01 18088061                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so
7f013867b000-7f013887b000 ---p 00002000 fc:01 18088061                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so
7f013887b000-7f013887c000 r--p 00002000 fc:01 18088061                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so
7f013887c000-7f013887d000 rw-p 00003000 fc:01 18088061                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so
7f013887d000-7f013887f000 r-xp 00000000 fc:01 18088086                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so
7f013887f000-7f0138a7e000 ---p 00002000 fc:01 18088086                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so
7f0138a7e000-7f0138a7f000 r--p 00001000 fc:01 18088086                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so
7f0138a7f000-7f0138a80000 rw-p 00002000 fc:01 18088086                   /app/vendor/ruby-2.6.8/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so
7f0138a80000-7f013aa89000 rw-p 00000000 00:00 0 
7f013aa89000-7f013ad67000 r--p 00000000 07:02 40533                      /usr/lib/locale/locale-archive
7f013ad67000-7f013af04000 r-xp 00000000 07:02 8240                       /lib/x86_64-linux-gnu/libm-2.27.so
7f013af04000-7f013b103000 ---p 0019d000 07:02 8240                       /lib/x86_64-linux-gnu/libm-2.27.so
7f013b103000-7f013b104000 r--p 0019c000 07:02 8240                       /lib/x86_64-linux-gnu/libm-2.27.so
7f013b104000-7f013b105000 rw-p 0019d000 07:02 8240                       /lib/x86_64-linux-gnu/libm-2.27.so
7f013b105000-7f013b10e000 r-xp 00000000 07:02 8211                       /lib/x86_64-linux-gnu/libcrypt-2.27.so
7f013b10e000-7f013b30d000 ---p 00009000 07:02 8211                       /lib/x86_64-linux-gnu/libcrypt-2.27.so
7f013b30d000-7f013b30e000 r--p 00008000 07:02 8211                       /lib/x86_64-linux-gnu/libcrypt-2.27.so
7f013b30e000-7f013b30f000 rw-p 00009000 07:02 8211                       /lib/x86_64-linux-gnu/libcrypt-2.27.so
7f013b30f000-7f013b33d000 rw-p 00000000 00:00 0 
7f013b33d000-7f013b340000 r-xp 00000000 07:02 8215                       /lib/x86_64-linux-gnu/libdl-2.27.so
7f013b340000-7f013b53f000 ---p 00003000 07:02 8215                       /lib/x86_64-linux-gnu/libdl-2.27.so
7f013b53f000-7f013b540000 r--p 00002000 07:02 8215                       /lib/x86_64-linux-gnu/libdl-2.27.so
7f013b540000-7f013b541000 rw-p 00003000 07:02 8215                       /lib/x86_64-linux-gnu/libdl-2.27.so
7f013b541000-7f013b5c0000 r-xp 00000000 07:02 49927                      /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2
7f013b5c0000-7f013b7c0000 ---p 0007f000 07:02 49927                      /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2
7f013b7c0000-7f013b7c1000 r--p 0007f000 07:02 49927                      /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2
7f013b7c1000-7f013b7c2000 rw-p 00080000 07:02 49927                      /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2
7f013b7c2000-7f013b7c9000 r-xp 00000000 07:02 8284                       /lib/x86_64-linux-gnu/librt-2.27.so
7f013b7c9000-7f013b9c8000 ---p 00007000 07:02 8284                       /lib/x86_64-linux-gnu/librt-2.27.so
7f013b9c8000-7f013b9c9000 r--p 00006000 07:02 8284                       /lib/x86_64-linux-gnu/librt-2.27.so
7f013b9c9000-7f013b9ca000 rw-p 00007000 07:02 8284                       /lib/x86_64-linux-gnu/librt-2.27.so
7f013b9ca000-7f013b9e4000 r-xp 00000000 07:02 8278                       /lib/x86_64-linux-gnu/libpthread-2.27.so
7f013b9e4000-7f013bbe3000 ---p 0001a000 07:02 8278                       /lib/x86_64-linux-gnu/libpthread-2.27.so
7f013bbe3000-7f013bbe4000 r--p 00019000 07:02 8278                       /lib/x86_64-linux-gnu/libpthread-2.27.so
7f013bbe4000-7f013bbe5000 rw-p 0001a000 07:02 8278                       /lib/x86_64-linux-gnu/libpthread-2.27.so
7f013bbe5000-7f013bbe9000 rw-p 00000000 00:00 0 
7f013bbe9000-7f013bc05000 r-xp 00000000 07:02 8309                       /lib/x86_64-linux-gnu/libz.so.1.2.11
7f013bc05000-7f013be04000 ---p 0001c000 07:02 8309                       /lib/x86_64-linux-gnu/libz.so.1.2.11
7f013be04000-7f013be05000 r--p 0001b000 07:02 8309                       /lib/x86_64-linux-gnu/libz.so.1.2.11
7f013be05000-7f013be06000 rw-p 0001c000 07:02 8309                       /lib/x86_64-linux-gnu/libz.so.1.2.11
7f013be06000-7f013bfed000 r-xp 00000000 07:02 8201                       /lib/x86_64-linux-gnu/libc-2.27.so
7f013bfed000-7f013c1ed000 ---p 001e7000 07:02 8201                       /lib/x86_64-linux-gnu/libc-2.27.so
7f013c1ed000-7f013c1f1000 r--p 001e7000 07:02 8201                       /lib/x86_64-linux-gnu/libc-2.27.so
7f013c1f1000-7f013c1f3000 rw-p 001eb000 07:02 8201                       /lib/x86_64-linux-gnu/libc-2.27.so
7f013c1f3000-7f013c1f7000 rw-p 00000000 00:00 0 
7f013c1f7000-7f013c565000 r-xp 00000000 fc:01 14562639                   /app/vendor/ruby-2.6.8/lib/libruby.so.2.6.8
7f013c565000-7f013c764000 ---p 0036e000 fc:01 14562639                   /app/vendor/ruby-2.6.8/lib/libruby.so.2.6.8
7f013c764000-7f013c76a000 r--p 0036d000 fc:01 14562639                   /app/vendor/ruby-2.6.8/lib/libruby.so.2.6.8
7f013c76a000-7f013c76d000 rw-p 00373000 fc:01 14562639                   /app/vendor/ruby-2.6.8/lib/libruby.so.2.6.8
7f013c76d000-7f013c77e000 rw-p 00000000 00:00 0 
7f013c77e000-7f013c7a7000 r-xp 00000000 07:02 8181                       /lib/x86_64-linux-gnu/ld-2.27.so
7f013c817000-7f013c818000 r-xp 00000000 00:00 0 
7f013c895000-7f013c899000 r--s 00000000 fc:01 14562637                   /app/vendor/ruby-2.6.8/bin/ruby
7f013c899000-7f013c99e000 rw-p 00000000 00:00 0 
7f013c99e000-7f013c9a5000 r--s 00000000 07:02 49588                      /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f013c9a5000-7f013c9a7000 rw-p 00000000 00:00 0 
7f013c9a7000-7f013c9a8000 r--p 00029000 07:02 8181                       /lib/x86_64-linux-gnu/ld-2.27.so
7f013c9a8000-7f013c9a9000 rw-p 0002a000 07:02 8181                       /lib/x86_64-linux-gnu/ld-2.27.so
7f013c9a9000-7f013c9aa000 rw-p 00000000 00:00 0 
7fffcc00b000-7fffcd00a000 rw-p 00000000 00:00 0                          [stack]
7fffcd1f5000-7fffcd1f7000 r--p 00000000 00:00 0                          [vvar]
7fffcd1f7000-7fffcd1f9000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]


[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: https://www.ruby-lang.org/bugreport.html

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
SamSaffroncommented, Jan 14, 2022

What a pickle, usually when I hit bugs like this I tend to expand the testing matrix to see if I can isolate to a specific version.

  • Can you try on Ruby 2.7/3.0/3.1/latest 2.6 … does it still happen there?
  • Can you try with latest libv8, I think we are due an upgrade, it is probably workable to update to latest somehow and do a local install.

On Fri, Jan 14, 2022 at 2:36 AM nightpool @.***> wrote:

EDIT: Looks like I was wrong about this, running the snippet with GC.disable still causes a crash. Back to the drawing board!

— Reply to this email directly, view it on GitHub https://github.com/rubyjs/mini_racer/issues/229#issuecomment-1012250674, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABIXK3GJ5WVJ6ZZY6VLYLUV3WQVANCNFSM5L2BZSRA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

0reactions
tisbacommented, Feb 13, 2022

@nightpool Do you have a stripped down version of your example? Happy to help it running through different Ruby versions and platforms.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introduction of shared_ptr leads to a segmentation fault upon ...
The load function throws a segmentation fault, when the make_nvp function tries to deserialize an existing xml file.
Read more >
Untitled
Initial package - upgrade to 0.6.1 of pip - fix spec file - fix dependency issue - update to 0.7.1 of pip -...
Read more >
Search Results - CVE
An issue was discovered in the byte_struct crate before 0.6.1 for Rust. There can be a drop of uninitialized memory if a certain...
Read more >
855823 – qemu-img segmentation fault when snapshot creates
Description of problem: $ sudo virsh snapshot-create-as DS clean error: internal error Child process (/usr/bin/qemu-img snapshot -c clean ...
Read more >
Re: [capnproto] Segmentation fault while deserializing blob data
I was trying to use version 0.6.1 because it was used in other part of the project and including the header files capnp...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found