Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault on autopointer.rb:175 #209

Open
arianf opened this issue Mar 4, 2022 · 4 comments
Open

Segfault on autopointer.rb:175 #209

arianf opened this issue Mar 4, 2022 · 4 comments

Comments

@arianf
Copy link

arianf commented Mar 4, 2022

We are seeing this segfault occur randomly. It seems similar to: https://bugs.ruby-lang.org/issues/15671 except that one was multi_cleanup while ours is easy_cleanup.

That ruby-lang bug linkes to #91 @Kjarrigan last comment said:

If you still encounter this issue I'll reopen. Might have been fixed by #136 so if you have the issue please try the master-version.

We are on the latest ruby 2.6 version, latest ffi, ethon, and typhoeus using x86_64-linux, specifically dockers version from FROM ruby:2.6.9

Versions:

ruby-2.6.9p207
ethon-0.15.0
ffi-1.15.5
typhoeus-1.4.0

curl --version
curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1k zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets

SegFault:

/usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb:175: [BUG] Segmentation fault at 0x0000000000000038
ruby 2.6.9p207 (2021-11-24 revision 67954) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0125 p:---- s:0690 e:000689 CFUNC  :easy_cleanup
c:0124 p:---- s:0687 e:000686 CFUNC  :call
c:0123 p:0008 s:0682 e:000681 METHOD /usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb:175
c:0122 p:0017 s:0677 e:000676 METHOD /usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb:150 [FINISH]
c:0121 p:---- s:0672 e:000671 CFUNC  :require
c:0120 p:0008 s:0667 e:000666 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291
c:0119 p:0068 s:0664 e:000663 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:257
c:0118 p:0011 s:0657 e:000656 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291
c:0117 p:0253 s:0651 e:000650 CLASS  /usr/local/bundle/ruby/2.6.0/gems/mail-2.7.1/lib/mail.rb:67
c:0116 p:0007 s:0648 e:000647 TOP    /usr/local/bundle/ruby/2.6.0/gems/mail-2.7.1/lib/mail.rb:3 [FINISH]
c:0115 p:---- s:0645 e:000644 CFUNC  :require
c:0114 p:0008 s:0640 e:000639 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291
c:0113 p:0068 s:0637 e:000636 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:257
c:0112 p:0011 s:0630 e:000629 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291
c:0111 p:0006 s:0624 e:000623 TOP    /usr/local/bundle/ruby/2.6.0/gems/actionmailer-5.2.4.4/lib/action_mailer/base.rb:3 [FINISH]
c:0110 p:---- s:0621 e:000620 CFUNC  :require
c:0109 p:0008 s:0616 e:000615 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291
c:0108 p:0068 s:0613 e:000612 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:257
c:0107 p:0011 s:0606 e:000605 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291 [FINISH]
c:0106 p:0009 s:0600 e:000597 TOP    /app/app/mailers/application_mailer.rb:1 [FINISH]
c:0105 p:---- s:0595 e:000594 CFUNC  :require
c:0104 p:0008 s:0590 e:000589 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291
c:0103 p:0068 s:0587 e:000586 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:257
c:0102 p:0011 s:0580 e:000579 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291
c:0101 p:0126 s:0574 e:000573 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:378
c:0100 p:0003 s:0569 e:000568 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:37
c:0099 p:0003 s:0566 e:000565 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies/interlock.rb:14
c:0098 p:0032 s:0563 e:000562 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/concurrency/share_lock.rb:151
c:0097 p:0013 s:0554 e:000553 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies/interlock.rb:13
c:0096 p:0014 s:0550 e:000549 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:37
c:0095 p:0055 s:0546 e:000545 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:356
c:0094 p:0164 s:0539 e:000538 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:510
c:0093 p:0031 s:0525 e:000524 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:195
c:0092 p:0297 s:0519 e:000518 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:542
c:0091 p:0031 s:0505 e:000504 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:195 [FINISH]
c:0090 p:0200 s:0499 e:000497 METHOD /app/app/jobs/run_report_job.rb:53
c:0089 p:0011 s:0487 e:000486 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/execution.rb:39
c:0088 p:0054 s:0484 e:000482 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:109
c:0087 p:0072 s:0474 e:000473 METHOD /usr/local/bundle/ruby/2.6.0/gems/sentry-rails-4.7.3/lib/sentry/rails/active_job.rb:33
c:0086 p:0011 s:0464 e:000463 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/sentry-rails-4.7.3/lib/sentry/rails/active_job.rb:12
c:0085 p:0011 s:0460 e:000459 METHOD /usr/local/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.7.3/lib/sentry/hub.rb:56
c:0084 p:0014 s:0455 e:000454 METHOD /usr/local/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.7.3/lib/sentry-ruby.rb:176
c:0083 p:0038 s:0450 e:000449 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/sentry-rails-4.7.3/lib/sentry/rails/active_job.rb:11 [FINISH]
c:0082 p:---- s:0445 e:000444 CFUNC  :instance_exec
c:0081 p:0140 s:0439 e:000438 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118
c:0080 p:0029 s:0430 e:000429 METHOD /usr/local/bundle/ruby/2.6.0/gems/i18n-1.8.7/lib/i18n.rb:313
c:0079 p:0019 s:0424 e:000423 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/translation.rb:9 [FINISH]
c:0078 p:---- s:0418 e:000417 CFUNC  :instance_exec
c:0077 p:0140 s:0412 e:000411 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118
c:0076 p:0007 s:0403 e:000402 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/logging.rb:26
c:0075 p:0011 s:0400 e:000399 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/notifications.rb:168
c:0074 p:0018 s:0397 e:000396 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/notifications/instrumenter.rb:23
c:0073 p:0027 s:0389 e:000388 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/notifications.rb:168
c:0072 p:0056 s:0383 e:000382 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/logging.rb:25
c:0071 p:0003 s:0379 e:000378 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/logging.rb:46
c:0070 p:0004 s:0376 e:000375 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:71
c:0069 p:0013 s:0373 e:000372 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:28
c:0068 p:0012 s:0367 e:000366 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:71
c:0067 p:0037 s:0362 e:000361 METHOD /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/logging.rb:46
c:0066 p:0019 s:0357 e:000356 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/logging.rb:22 [FINISH]
c:0065 p:---- s:0351 e:000350 CFUNC  :instance_exec
c:0064 p:0140 s:0345 e:000344 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118
c:0063 p:0136 s:0336 E:002348 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:136
c:0062 p:0030 s:0327 E:000fa8 METHOD /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/execution.rb:38
c:0061 p:0014 s:0322 e:000321 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/execution.rb:24
c:0060 p:0054 s:0318 e:000316 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:109
c:0059 p:0006 s:0308 e:000307 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/railtie.rb:28
c:0058 p:0017 s:0305 e:000304 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/execution_wrapper.rb:87
c:0057 p:0006 s:0300 e:000299 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/reloader.rb:73
c:0056 p:0017 s:0297 e:000296 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/execution_wrapper.rb:87
c:0055 p:0008 s:0292 e:000291 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/reloader.rb:72
c:0054 p:0011 s:0288 e:000287 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/railtie.rb:27 [FINISH]
c:0053 p:---- s:0283 e:000282 CFUNC  :instance_exec
c:0052 p:0140 s:0277 e:000276 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118
c:0051 p:0136 s:0268 E:002498 METHOD /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:136
c:0050 p:0015 s:0259 E:0001c8 METHOD /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/execution.rb:22
c:0049 p:0012 s:0254 e:000253 METHOD /usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/queue_adapters/resque_adapter.rb:47
c:0048 p:0051 s:0249 e:000248 METHOD /usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/job.rb:168
c:0047 p:0025 s:0240 e:000239 METHOD /usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:313
c:0046 p:0022 s:0234 e:000233 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:913 [FINISH]
c:0045 p:---- s:0231 e:000230 CFUNC  :fork
c:0044 p:0014 s:0227 e:000226 METHOD /usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:911
c:0043 p:0154 s:0221 e:000220 METHOD /usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:269
c:0042 p:0019 s:0215 e:000214 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:240 [FINISH]
c:0041 p:---- s:0212 e:000211 CFUNC  :loop
c:0040 p:0022 s:0208 e:000207 METHOD /usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:237
c:0039 p:0074 s:0201 e:000200 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/tasks.rb:20
c:0038 p:0009 s:0197 e:000196 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:281 [FINISH]
c:0037 p:---- s:0193 e:000192 CFUNC  :each
c:0036 p:0165 s:0189 e:000188 METHOD /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:281
c:0035 p:0008 s:0183 e:000182 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.7.3/lib/sentry/rake.rb:23
c:0034 p:0024 s:0180 e:000179 METHOD /usr/local/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.7.3/lib/sentry/hub.rb:158
c:0033 p:0049 s:0174 e:000173 METHOD /usr/local/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.7.3/lib/sentry/rake.rb:22
c:0032 p:0163 s:0169 e:000168 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:219
c:0031 p:0022 s:0165 e:000164 METHOD /usr/local/lib/ruby/2.6.0/monitor.rb:235
c:0030 p:0024 s:0161 e:000160 METHOD /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:199
c:0029 p:0033 s:0154 e:000153 METHOD /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:188
c:0028 p:0030 s:0148 e:000147 METHOD /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:160
c:0027 p:0007 s:0140 e:000139 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:116 [FINISH]
c:0026 p:---- s:0136 e:000135 CFUNC  :each
c:0025 p:0037 s:0132 e:000131 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:116
c:0024 p:0024 s:0129 e:000128 METHOD /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:125
c:0023 p:0005 s:0124 e:000123 METHOD /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:110
c:0022 p:0019 s:0120 e:000119 BLOCK  /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:83
c:0021 p:0002 s:0117 e:000116 METHOD /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:186
c:0020 p:0014 s:0112 e:000111 METHOD /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:80
c:0019 p:0020 s:0107 e:000106 TOP    /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/exe/rake:27 [FINISH]
c:0018 p:---- s:0104 e:000103 CFUNC  :load
c:0017 p:0120 s:0099 e:000098 TOP    /usr/local/bundle/ruby/2.6.0/bin/rake:25 [FINISH]
c:0016 p:---- s:0094 e:000093 CFUNC  :load
c:0015 p:0105 s:0089 e:000088 METHOD /usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli/exec.rb:58
c:0014 p:0075 s:0083 e:000082 METHOD /usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli/exec.rb:23
c:0013 p:0055 s:0078 e:000077 METHOD /usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli.rb:484
c:0012 p:0064 s:0073 e:000072 METHOD /usr/local/bundle/gems/bundler-2.3.8/lib/bundler/vendor/thor/lib/thor/command.rb:27
c:0011 p:0047 s:0065 e:000064 METHOD /usr/local/bundle/gems/bundler-2.3.8/lib/bundler/vendor/thor/lib/thor/invocation.rb:127
c:0010 p:0261 s:0058 e:000057 METHOD /usr/local/bundle/gems/bundler-2.3.8/lib/bundler/vendor/thor/lib/thor.rb:392
c:0009 p:0009 s:0045 e:000044 METHOD /usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli.rb:31
c:0008 p:0064 s:0040 e:000039 METHOD /usr/local/bundle/gems/bundler-2.3.8/lib/bundler/vendor/thor/lib/thor/base.rb:485
c:0007 p:0009 s:0033 e:000032 METHOD /usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli.rb:25
c:0006 p:0099 s:0028 e:000027 BLOCK  /usr/local/bundle/gems/bundler-2.3.8/exe/bundle:48
c:0005 p:0013 s:0022 e:000021 METHOD /usr/local/bundle/gems/bundler-2.3.8/lib/bundler/friendly_errors.rb:103
c:0004 p:0265 s:0017 E:0009b8 TOP    /usr/local/bundle/gems/bundler-2.3.8/exe/bundle:36 [FINISH]
c:0003 p:---- s:0013 e:000012 CFUNC  :load
c:0002 p:0123 s:0008 E:000860 EVAL   /usr/local/bundle/bin/bundle:25 [FINISH]
c:0001 p:0000 s:0003 E:002390 (none) [FINISH]
@arianf
Copy link
Author

arianf commented Mar 4, 2022

Here is the full backtrace

/usr/local/bundle/bin/bundle:25:in `<main>'
/usr/local/bundle/bin/bundle:25:in `load'
/usr/local/bundle/gems/bundler-2.3.8/exe/bundle:36:in `<top (required)>'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/friendly_errors.rb:103:in `with_friendly_errors'
/usr/local/bundle/gems/bundler-2.3.8/exe/bundle:48:in `block in <top (required)>'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli.rb:25:in `start'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli.rb:31:in `dispatch'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli.rb:484:in `exec'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli/exec.rb:23:in `run'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli/exec.rb:58:in `kernel_load'
/usr/local/bundle/gems/bundler-2.3.8/lib/bundler/cli/exec.rb:58:in `load'
/usr/local/bundle/ruby/2.6.0/bin/rake:25:in `<top (required)>'
/usr/local/bundle/ruby/2.6.0/bin/rake:25:in `load'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/exe/rake:27:in `<top (required)>'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:80:in `run'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:186:in `standard_exception_handling'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:83:in `block in run'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:110:in `top_level'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:125:in `run_with_threads'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `block in top_level'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `each'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:116:in `block (2 levels) in top_level'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/application.rb:160:in `invoke_task'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:188:in `invoke'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:199:in `invoke_with_call_chain'
/usr/local/lib/ruby/2.6.0/monitor.rb:235:in `mon_synchronize'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:219:in `block in invoke_with_call_chain'
/usr/local/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.7.3/lib/sentry/rake.rb:22:in `execute'
/usr/local/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.7.3/lib/sentry/hub.rb:158:in `with_background_worker_disabled'
/usr/local/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.7.3/lib/sentry/rake.rb:23:in `block in execute'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `execute'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `each'
/usr/local/bundle/ruby/2.6.0/gems/rake-13.0.3/lib/rake/task.rb:281:in `block in execute'
/usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/tasks.rb:20:in `block (2 levels) in <top (required)>'
/usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:237:in `work'
/usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:237:in `loop'
/usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:240:in `block in work'
/usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:269:in `work_one_job'
/usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:911:in `perform_with_fork'
/usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:911:in `fork'
/usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:913:in `block in perform_with_fork'
/usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/worker.rb:313:in `perform'
/usr/local/bundle/ruby/2.6.0/gems/resque-2.2.0/lib/resque/job.rb:168:in `perform'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/queue_adapters/resque_adapter.rb:47:in `perform'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/execution.rb:22:in `execute'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:136:in `run_callbacks'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118:in `instance_exec'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/railtie.rb:27:in `block (3 levels) in <class:Railtie>'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/reloader.rb:72:in `wrap'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/execution_wrapper.rb:87:in `wrap'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/reloader.rb:73:in `block in wrap'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/execution_wrapper.rb:87:in `wrap'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/railtie.rb:28:in `block (4 levels) in <class:Railtie>'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:109:in `block in run_callbacks'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/execution.rb:24:in `block in execute'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/execution.rb:38:in `perform_now'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:136:in `run_callbacks'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118:in `instance_exec'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/logging.rb:22:in `block (2 levels) in <module:Logging>'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/logging.rb:46:in `tag_logger'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:71:in `tagged'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:28:in `tagged'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/tagged_logging.rb:71:in `block in tagged'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/logging.rb:46:in `block in tag_logger'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/logging.rb:25:in `block (3 levels) in <module:Logging>'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/notifications.rb:168:in `instrument'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/notifications/instrumenter.rb:23:in `instrument'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/notifications.rb:168:in `block in instrument'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/logging.rb:26:in `block (4 levels) in <module:Logging>'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118:in `instance_exec'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/translation.rb:9:in `block (2 levels) in <module:Translation>'
/usr/local/bundle/ruby/2.6.0/gems/i18n-1.8.7/lib/i18n.rb:313:in `with_locale'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:118:in `instance_exec'
/usr/local/bundle/ruby/2.6.0/gems/sentry-rails-4.7.3/lib/sentry/rails/active_job.rb:11:in `block (2 levels) in included'
/usr/local/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.7.3/lib/sentry-ruby.rb:176:in `with_scope'
/usr/local/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.7.3/lib/sentry/hub.rb:56:in `with_scope'
/usr/local/bundle/ruby/2.6.0/gems/sentry-rails-4.7.3/lib/sentry/rails/active_job.rb:12:in `block (3 levels) in included'
/usr/local/bundle/ruby/2.6.0/gems/sentry-rails-4.7.3/lib/sentry/rails/active_job.rb:33:in `capture_and_reraise_with_sentry'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/callbacks.rb:109:in `block in run_callbacks'
/usr/local/bundle/ruby/2.6.0/gems/activejob-5.2.4.4/lib/active_job/execution.rb:39:in `block in perform_now'
/app/app/jobs/run_report_job.rb:53:in `perform'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:195:in `const_missing'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:542:in `load_missing_constant'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:195:in `const_missing'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:510:in `load_missing_constant'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:356:in `require_or_load'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:37:in `load_interlock'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies/interlock.rb:13:in `loading'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:37:in `block in load_interlock'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:378:in `block in require_or_load'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `require'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:257:in `load_dependency'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `block in require'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `require'
/app/app/mailers/application_mailer.rb:1:in `<top (required)>'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `require'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:257:in `load_dependency'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `block in require'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `require'
/usr/local/bundle/ruby/2.6.0/gems/actionmailer-5.2.4.4/lib/action_mailer/base.rb:3:in `<top (required)>'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `require'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:257:in `load_dependency'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `block in require'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `require'
/usr/local/bundle/ruby/2.6.0/gems/mail-2.7.1/lib/mail.rb:3:in `<top (required)>'
/usr/local/bundle/ruby/2.6.0/gems/mail-2.7.1/lib/mail.rb:67:in `<module:Mail>'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `require'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:257:in `load_dependency'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `block in require'
/usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/dependencies.rb:291:in `require'
/usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb:150:in `call'
/usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb:175:in `release'
/usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb:175:in `call'
/usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb:175:in `easy_cleanup'

-- Machine register context ------------------------------------------------
 RIP: 0x00007f956055762c RBP: 0x0000000000000cf1 RSP: 0x00007ffeefd78830
 RAX: 0x0000558edcd3b100 RBX: 0x0000000000000cf1 RCX: 0x00000000000000be
 RDX: 0x0000000000000000 RDI: 0x0000558edfd17b08 RSI: 0x0000000000000cf1
  R8: 0x0000558edee711f8  R9: 0x0000000000000000 R10: 0x00007ffeefd78ce0
 R11: 0x0000000000000005 R12: 0x0000558edfd17b08 R13: 0x00000ab1dbfa2390
 R14: 0x00007ffeefd78888 R15: 0x0000558edcc6f9e8 EFL: 0x0000000000010246

-- C level backtrace information -------------------------------------------
/usr/local/lib/libruby.so.2.6(rb_print_backtrace+0x11) [0x7f956057e40a] vm_dump.c:715
/usr/local/lib/libruby.so.2.6(rb_vm_bugreport) vm_dump.c:985
/usr/local/lib/libruby.so.2.6(rb_bug_context+0xec) [0x7f95603cecec] error.c:609
/usr/local/lib/libruby.so.2.6(sigsegv+0x42) [0x7f95604e5742] signal.c:998
/lib/x86_64-linux-gnu/libc.so.6(0x7f956017dd60) [0x7f956017dd60]
/usr/local/lib/libruby.so.2.6(method_entry_get+0x5c) [0x7f956055762c] vm_method.c:813
/usr/local/lib/libruby.so.2.6(rb_callable_method_entry+0x28) [0x7f956055da18] vm_method.c:873
/usr/local/lib/libruby.so.2.6(rb_search_method_entry+0x47) [0x7f95605714ee] vm_eval.c:537
/usr/local/lib/libruby.so.2.6(rb_call0) vm_eval.c:300
/usr/local/lib/libruby.so.2.6(rb_call) vm_eval.c:601
/usr/local/lib/libruby.so.2.6(rb_funcallv) vm_eval.c:823
/usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so(invoke_callback+0xfd) [0x7f955c936d0d] Function.c:754
/usr/local/lib/libruby.so.2.6(rb_vrescue2+0xc7) [0x7f95603d3677] eval.c:917
/usr/local/lib/libruby.so.2.6(rb_rescue2+0x8a) [0x7f95603d65ca] eval.c:987
/usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so(callback_invoke+0x89) [0x7f955c9362d9] Function.c:655
/usr/lib/x86_64-linux-gnu/libffi.so.7(0x7f955c950b4a) [0x7f955c950b4a]
/usr/lib/x86_64-linux-gnu/libffi.so.7(0x7f955c950eb0) [0x7f955c950eb0]
/usr/lib/x86_64-linux-gnu/libcurl.so.4(0x7f955d2c7dce) [0x7f955d2c7dce]
/usr/lib/x86_64-linux-gnu/libcurl.so.4(0x7f955d2c832a) [0x7f955d2c832a]
/usr/lib/x86_64-linux-gnu/libcurl.so.4(0x7f955d2c1180) [0x7f955d2c1180]
/usr/lib/x86_64-linux-gnu/libcurl.so.4(curl_multi_remove_handle+0x206) [0x7f955d2c33b6]
/usr/lib/x86_64-linux-gnu/libcurl.so.4(0x7f955d2a311e) [0x7f955d2a311e]
/usr/lib/x86_64-linux-gnu/libcurl.so.4(curl_easy_cleanup+0x49) [0x7f955d299a19]
/usr/lib/x86_64-linux-gnu/libffi.so.7(0x7f955c950d1d) [0x7f955c950d1d]
/usr/lib/x86_64-linux-gnu/libffi.so.7(0x7f955c950289) [0x7f955c950289]
/usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so(rbffi_CallFunction+0xcf) [0x7f955c93524f] Call.c:400
/usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so(custom_trampoline+0x23) [0x7f955c938963] MethodHandle.c:220
/usr/local/lib/libruby.so.2.6(vm_call0_cfunc_with_frame+0x85) [0x7f956056f5af] vm_eval.c:86
/usr/local/lib/libruby.so.2.6(vm_call0_cfunc) vm_eval.c:100
/usr/local/lib/libruby.so.2.6(vm_call0_body) vm_eval.c:131
/usr/local/lib/libruby.so.2.6(rb_vm_call0) vm_eval.c:60
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x148) [0x7f9560565a18] insns.def:765
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(vm_call0_body+0x9) [0x7f956056f7e9] vm_eval.c:127
/usr/local/lib/libruby.so.2.6(rb_vm_call0) vm_eval.c:60
/usr/local/lib/libruby.so.2.6(run_finalizer+0x1be) [0x7f95603e3d7e] gc.c:2873
/usr/local/lib/libruby.so.2.6(run_final+0x3d) [0x7f95603e3f28] gc.c:2925
/usr/local/lib/libruby.so.2.6(finalize_list) gc.c:2939
/usr/local/lib/libruby.so.2.6(finalize_deferred+0x15) [0x7f95603e5db8] gc.c:2959
/usr/local/lib/libruby.so.2.6(gc_finalize_deferred) gc.c:2968
/usr/local/lib/libruby.so.2.6(rb_postponed_job_flush+0x1d9) [0x7f9560582b09] vm_trace.c:1975
/usr/local/lib/libruby.so.2.6(rb_threadptr_execute_interrupts+0x2fd) [0x7f9560529f99] thread.c:2178
/usr/local/lib/libruby.so.2.6(rb_threadptr_execute_interrupts) thread.c:2158
/usr/local/lib/libruby.so.2.6(rb_vm_check_ints+0xb) [0x7f956052abfa] vm_core.h:1812
/usr/local/lib/libruby.so.2.6(rb_vm_check_ints) vm_core.h:1808
/usr/local/lib/libruby.so.2.6(unblock_function_set) thread.c:460
/usr/local/lib/libruby.so.2.6(blocking_region_begin) thread.c:1394
/usr/local/lib/libruby.so.2.6(rb_thread_io_blocking_region+0x11d) [0x7f956052c63d] thread.c:1574
/usr/local/lib/libruby.so.2.6(io_fillbuf+0x5c) [0x7f956040605c] io.c:1043
/usr/local/lib/libruby.so.2.6(rb_io_getline_fast+0x1e4) [0x7f95604094bd] io.c:2055
/usr/local/lib/libruby.so.2.6(rb_io_getline_0) io.c:3437
/usr/local/lib/libruby.so.2.6(nextline+0x37) [0x7f9560468477] parse.y:4986
/usr/local/lib/libruby.so.2.6(ruby_yyparse+0xf97b) [0x7f956048803b] parse.y:5226
/usr/local/lib/libruby.so.2.6(yycompile0+0xe7) [0x7f956048bad7] parse.y:4895
/usr/local/lib/libruby.so.2.6(rb_suppress_tracing+0xde) [0x7f95605811ce] vm_trace.c:433
/usr/local/lib/libruby.so.2.6(rb_parser_compile_file_path+0xa4) [0x7f956046cf44] parse.y:4945
/usr/local/lib/libruby.so.2.6(load_file_internal+0x113) [0x7f95604e3093] ruby.c:2022
/usr/local/lib/libruby.so.2.6(rb_ensure+0xce) [0x7f95603d6a3e] eval.c:1088
/usr/local/lib/libruby.so.2.6(load_file+0x37) [0x7f95604e2e5d] ruby.c:2141
/usr/local/lib/libruby.so.2.6(rb_parser_load_file) ruby.c:2163
/usr/local/lib/libruby.so.2.6(rb_load_internal0+0x1c5) [0x7f9560422f55] load.c:606
/usr/local/lib/libruby.so.2.6(rb_require_internal+0x369) [0x7f95604248f9] load.c:1029
/usr/local/lib/libruby.so.2.6(rb_require_safe+0x9) [0x7f9560424a69] load.c:1075
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x1e05) [0x7f95605676d5] insns.def:836
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(rb_load_internal0+0xff) [0x7f9560422e8f] load.c:612
/usr/local/lib/libruby.so.2.6(rb_require_internal+0x369) [0x7f95604248f9] load.c:1029
/usr/local/lib/libruby.so.2.6(rb_require_safe+0x9) [0x7f9560424a69] load.c:1075
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x1e05) [0x7f95605676d5] insns.def:836
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(rb_load_internal0+0xff) [0x7f9560422e8f] load.c:612
/usr/local/lib/libruby.so.2.6(rb_require_internal+0x369) [0x7f95604248f9] load.c:1029
/usr/local/lib/libruby.so.2.6(rb_require_safe+0x9) [0x7f9560424a69] load.c:1075
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x1e05) [0x7f95605676d5] insns.def:836
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(vm_call0_body+0x9) [0x7f956056f7e9] vm_eval.c:127
/usr/local/lib/libruby.so.2.6(rb_vm_call0) vm_eval.c:60
/usr/local/lib/libruby.so.2.6(autoload_require+0x55) [0x7f956054e3e5] variable.c:2320
/usr/local/lib/libruby.so.2.6(rb_ensure+0xce) [0x7f95603d6a3e] eval.c:1088
/usr/local/lib/libruby.so.2.6(rb_autoload_load+0x17e) [0x7f95605547ae] variable.c:2445
/usr/local/lib/libruby.so.2.6(rb_const_search+0x2e) [0x7f9560555bde] variable.c:2514
/usr/local/lib/libruby.so.2.6(rb_const_get_0) variable.c:2484
/usr/local/lib/libruby.so.2.6(rb_public_const_get_from) variable.c:2557
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x1189) [0x7f9560566a59] vm_insnhelper.c:909
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(rb_load_internal0+0xff) [0x7f9560422e8f] load.c:612
/usr/local/lib/libruby.so.2.6(rb_require_internal+0x369) [0x7f95604248f9] load.c:1029
/usr/local/lib/libruby.so.2.6(rb_require_safe+0x9) [0x7f9560424a69] load.c:1075
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x1e05) [0x7f95605676d5] insns.def:836
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x856) [0x7f956056bd46] vm.c:1894
/usr/local/lib/libruby.so.2.6(vm_call0_body+0x9) [0x7f956056f7e9] vm_eval.c:127
/usr/local/lib/libruby.so.2.6(rb_vm_call0) vm_eval.c:60
/usr/local/lib/libruby.so.2.6(rb_const_missing+0x1f) [0x7f956055101f] variable.c:1884
/usr/local/lib/libruby.so.2.6(vm_get_ev_const+0x4f) [0x7f9560569156] vm_insnhelper.c:900
/usr/local/lib/libruby.so.2.6(vm_get_ev_const) vm_insnhelper.c:837
/usr/local/lib/libruby.so.2.6(vm_exec_core) insns.def:264
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x856) [0x7f956056bd46] vm.c:1894
/usr/local/lib/libruby.so.2.6(yield_under+0x3e6) [0x7f9560579b36] vm.c:1021
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_call_opt_send+0x18f) [0x7f956056e52f] vm_insnhelper.c:2374
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x234) [0x7f9560565b04] insns.def:750
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(yield_under+0x3e6) [0x7f9560579b36] vm.c:1021
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_call_opt_send+0x18f) [0x7f956056e52f] vm_insnhelper.c:2374
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x234) [0x7f9560565b04] insns.def:750
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(yield_under+0x3e6) [0x7f9560579b36] vm.c:1021
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_call_opt_send+0x18f) [0x7f956056e52f] vm_insnhelper.c:2374
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x234) [0x7f9560565b04] insns.def:750
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(yield_under+0x3e6) [0x7f9560579b36] vm.c:1021
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_call_opt_send+0x18f) [0x7f956056e52f] vm_insnhelper.c:2374
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x234) [0x7f9560565b04] insns.def:750
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x856) [0x7f956056bd46] vm.c:1894
/usr/local/lib/libruby.so.2.6(rb_protect+0x1e5) [0x7f95603d67f5] eval.c:1046
/usr/local/lib/libruby.so.2.6(rb_f_fork+0x16) [0x7f956049c01f] process.c:4139
/usr/local/lib/libruby.so.2.6(rb_f_fork) process.c:4130
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x234) [0x7f9560565b04] insns.def:750
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x856) [0x7f956056bd46] vm.c:1894
/usr/local/lib/libruby.so.2.6(invoke_block_from_c_bh+0x147) [0x7f956056ec4f] vm.c:1021
/usr/local/lib/libruby.so.2.6(vm_yield) vm.c:1155
/usr/local/lib/libruby.so.2.6(rb_yield_0) vm_eval.c:978
/usr/local/lib/libruby.so.2.6(loop_i) vm_eval.c:1057
/usr/local/lib/libruby.so.2.6(rb_vrescue2+0xc7) [0x7f95603d3677] eval.c:917
/usr/local/lib/libruby.so.2.6(rb_rescue2+0x8a) [0x7f95603d65ca] eval.c:987
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x234) [0x7f9560565b04] insns.def:750
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(rb_yield+0x276) [0x7f95605785c6] vm.c:1021
/usr/local/lib/libruby.so.2.6(rb_array_len+0x0) [0x7f95603451ac] array.c:2087
/usr/local/lib/libruby.so.2.6(rb_ary_each) array.c:2086
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x234) [0x7f9560565b04] insns.def:750
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x856) [0x7f956056bd46] vm.c:1894
/usr/local/lib/libruby.so.2.6(rb_yield+0x276) [0x7f95605785c6] vm.c:1021
/usr/local/lib/libruby.so.2.6(rb_array_len+0x0) [0x7f95603451ac] array.c:2087
/usr/local/lib/libruby.so.2.6(rb_ary_each) array.c:2086
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x234) [0x7f9560565b04] insns.def:750
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x856) [0x7f956056bd46] vm.c:1894
/usr/local/lib/libruby.so.2.6(rb_load_internal0+0xff) [0x7f9560422e8f] load.c:612
/usr/local/lib/libruby.so.2.6(rb_load_internal+0xb) [0x7f9560423293] load.c:643
/usr/local/lib/libruby.so.2.6(rb_f_load) load.c:711
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x148) [0x7f9560565a18] insns.def:765
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(rb_load_internal0+0xff) [0x7f9560422e8f] load.c:612
/usr/local/lib/libruby.so.2.6(rb_load_internal+0xb) [0x7f9560423293] load.c:643
/usr/local/lib/libruby.so.2.6(rb_f_load) load.c:711
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x148) [0x7f9560565a18] insns.def:765
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x856) [0x7f956056bd46] vm.c:1894
/usr/local/lib/libruby.so.2.6(rb_load_internal0+0xff) [0x7f9560422e8f] load.c:612
/usr/local/lib/libruby.so.2.6(rb_load_internal+0xb) [0x7f9560423293] load.c:643
/usr/local/lib/libruby.so.2.6(rb_f_load) load.c:711
/usr/local/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f956055b13b] vm_insnhelper.c:1908
/usr/local/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910
/usr/local/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924
/usr/local/lib/libruby.so.2.6(vm_exec_core+0x148) [0x7f9560565a18] insns.def:765
/usr/local/lib/libruby.so.2.6(rb_vm_exec+0x155) [0x7f956056b645] vm.c:1885
/usr/local/lib/libruby.so.2.6(ruby_exec_internal+0xc4) [0x7f95603d34a4] eval.c:262
/usr/local/lib/libruby.so.2.6(ruby_exec_node+0x1d) [0x7f95603d596d] eval.c:326
/usr/local/lib/libruby.so.2.6(ruby_run_node+0x2e) [0x7f95603d861e] eval.c:318
/usr/local/bin/ruby(main+0x5b) [0x558edcb7410b] ./main.c:42

@arianf
Copy link
Author

arianf commented Mar 4, 2022

Memory Map:

* Process memory map:

558edcb73000-558edcb74000 r--p 00000000 fd:02 123260416                  /usr/local/bin/ruby
558edcb74000-558edcb75000 r-xp 00001000 fd:02 123260416                  /usr/local/bin/ruby
558edcb75000-558edcb76000 r--p 00002000 fd:02 123260416                  /usr/local/bin/ruby
558edcb76000-558edcb77000 r--p 00002000 fd:02 123260416                  /usr/local/bin/ruby
558edcb77000-558edcb78000 rw-p 00003000 fd:02 123260416                  /usr/local/bin/ruby
558edcc6e000-558ee4251000 rw-p 00000000 00:00 0                          [heap]
7f9540000000-7f9540021000 rw-p 00000000 00:00 0 
7f9540021000-7f9544000000 ---p 00000000 00:00 0 
7f9548000000-7f9548235000 rw-p 00000000 00:00 0 
7f9548235000-7f954c000000 ---p 00000000 00:00 0 
7f954c000000-7f954c026000 rw-p 00000000 00:00 0 
7f954c026000-7f954c036000 rw-p 00000000 00:00 0 
7f954c036000-7f9550000000 ---p 00000000 00:00 0 
7f9550000000-7f95504cb000 rw-p 00000000 00:00 0 
7f95504cb000-7f95505df000 rw-p 00000000 00:00 0 
7f95505df000-7f9554000000 ---p 00000000 00:00 0 
7f9556bf4000-7f95574fc000 r--s 00000000 fd:02 643336178                  /usr/local/lib/libruby.so.2.6.9
7f95574fc000-7f95574fd000 ---p 00000000 00:00 0 
7f95574fd000-7f95575fd000 rw-p 00000000 00:00 0 
7f95575fd000-7f95575fe000 ---p 00000000 00:00 0 
7f95575fe000-7f95577ff000 rw-p 00000000 00:00 0 
7f95577ff000-7f9557800000 ---p 00000000 00:00 0 
7f9557800000-7f9558000000 rw-p 00000000 00:00 0 
7f9558000000-7f9558021000 rw-p 00000000 00:00 0 
7f9558021000-7f955c000000 ---p 00000000 00:00 0 
7f955c0d5000-7f955c0d6000 ---p 00000000 00:00 0 
7f955c0d6000-7f955c1d6000 rw-p 00000000 00:00 0 
7f955c23d000-7f955c2d7000 r--s 00000000 fd:02 1734343564                 /usr/lib/x86_64-linux-gnu/libcurl.so.4.7.0
7f955c2d7000-7f955c2d8000 ---p 00000000 00:00 0 
7f955c2d8000-7f955c3d8000 rw-p 00000000 00:00 0 
7f955c466000-7f955c4d9000 r--s 00000000 fd:02 1734805391                 /usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so
7f955c4d9000-7f955c4e4000 r--p 00000000 fd:02 122162769                  /usr/lib/x86_64-linux-gnu/libpq.so.5.13
7f955c4e4000-7f955c507000 r-xp 0000b000 fd:02 122162769                  /usr/lib/x86_64-linux-gnu/libpq.so.5.13
7f955c507000-7f955c526000 r--p 0002e000 fd:02 122162769                  /usr/lib/x86_64-linux-gnu/libpq.so.5.13
7f955c526000-7f955c527000 ---p 0004d000 fd:02 122162769                  /usr/lib/x86_64-linux-gnu/libpq.so.5.13
7f955c527000-7f955c52a000 r--p 0004d000 fd:02 122162769                  /usr/lib/x86_64-linux-gnu/libpq.so.5.13
7f955c52a000-7f955c52b000 rw-p 00050000 fd:02 122162769                  /usr/lib/x86_64-linux-gnu/libpq.so.5.13
7f955c52b000-7f955c534000 r--p 00000000 fd:02 655394214                  /usr/local/bundle/ruby/2.6.0/gems/pg-1.3.1/lib/pg_ext.so
7f955c534000-7f955c552000 r-xp 00009000 fd:02 655394214                  /usr/local/bundle/ruby/2.6.0/gems/pg-1.3.1/lib/pg_ext.so
7f955c552000-7f955c55d000 r--p 00027000 fd:02 655394214                  /usr/local/bundle/ruby/2.6.0/gems/pg-1.3.1/lib/pg_ext.so
7f955c55d000-7f955c55e000 ---p 00032000 fd:02 655394214                  /usr/local/bundle/ruby/2.6.0/gems/pg-1.3.1/lib/pg_ext.so
7f955c55e000-7f955c55f000 r--p 00032000 fd:02 655394214                  /usr/local/bundle/ruby/2.6.0/gems/pg-1.3.1/lib/pg_ext.so
7f955c55f000-7f955c560000 rw-p 00033000 fd:02 655394214                  /usr/local/bundle/ruby/2.6.0/gems/pg-1.3.1/lib/pg_ext.so
7f955c560000-7f955c570000 r--p 00000000 fd:02 1734363396                 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f955c570000-7f955c668000 r-xp 00010000 fd:02 1734363396                 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f955c668000-7f955c69c000 r--p 00108000 fd:02 1734363396                 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f955c69c000-7f955c6a0000 r--p 0013b000 fd:02 1734363396                 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f955c6a0000-7f955c6a3000 rw-p 0013f000 fd:02 1734363396                 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f955c6a3000-7f955c925000 rw-p 00000000 00:00 0 
7f955c925000-7f955c92a000 r--p 00000000 fd:02 1734805391                 /usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so
7f955c92a000-7f955c940000 r-xp 00005000 fd:02 1734805391                 /usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so
7f955c940000-7f955c947000 r--p 0001b000 fd:02 1734805391                 /usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so
7f955c947000-7f955c948000 ---p 00022000 fd:02 1734805391                 /usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so
7f955c948000-7f955c949000 r--p 00022000 fd:02 1734805391                 /usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so
7f955c949000-7f955c94a000 rw-p 00023000 fd:02 1734805391                 /usr/local/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so
7f955c94a000-7f955c94c000 r--p 00000000 fd:02 1173714688                 /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0
7f955c94c000-7f955c952000 r-xp 00002000 fd:02 1173714688                 /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0
7f955c952000-7f955c954000 r--p 00008000 fd:02 1173714688                 /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0
7f955c954000-7f955c955000 r--p 00009000 fd:02 1173714688                 /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0
7f955c955000-7f955c956000 rw-p 0000a000 fd:02 1173714688                 /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0
7f955c956000-7f955c958000 r--p 00000000 fd:02 1733851838                 /lib/x86_64-linux-gnu/libkeyutils.so.1.9
7f955c958000-7f955c95a000 r-xp 00002000 fd:02 1733851838                 /lib/x86_64-linux-gnu/libkeyutils.so.1.9
7f955c95a000-7f955c95b000 r--p 00004000 fd:02 1733851838                 /lib/x86_64-linux-gnu/libkeyutils.so.1.9
7f955c95b000-7f955c95c000 r--p 00004000 fd:02 1733851838                 /lib/x86_64-linux-gnu/libkeyutils.so.1.9
7f955c95c000-7f955c95d000 rw-p 00005000 fd:02 1733851838                 /lib/x86_64-linux-gnu/libkeyutils.so.1.9
7f955c95d000-7f955c961000 r--p 00000000 fd:02 1733851836                 /lib/x86_64-linux-gnu/libgpg-error.so.0.29.0
7f955c961000-7f955c976000 r-xp 00004000 fd:02 1733851836                 /lib/x86_64-linux-gnu/libgpg-error.so.0.29.0
7f955c976000-7f955c980000 r--p 00019000 fd:02 1733851836                 /lib/x86_64-linux-gnu/libgpg-error.so.0.29.0
7f955c980000-7f955c981000 ---p 00023000 fd:02 1733851836                 /lib/x86_64-linux-gnu/libgpg-error.so.0.29.0
7f955c981000-7f955c982000 r--p 00023000 fd:02 1733851836                 /lib/x86_64-linux-gnu/libgpg-error.so.0.29.0
7f955c982000-7f955c983000 rw-p 00024000 fd:02 1733851836                 /lib/x86_64-linux-gnu/libgpg-error.so.0.29.0
7f955c983000-7f955c986000 r--p 00000000 fd:02 1173714732                 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.0
7f955c986000-7f955c992000 r-xp 00003000 fd:02 1173714732                 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.0
7f955c992000-7f955c996000 r--p 0000f000 fd:02 1173714732                 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.0
7f955c996000-7f955c997000 ---p 00013000 fd:02 1173714732                 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.0
7f955c997000-7f955c998000 r--p 00013000 fd:02 1173714732                 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.0
7f955c998000-7f955c999000 rw-p 00014000 fd:02 1173714732                 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.0
7f955c999000-7f955c9c4000 r--p 00000000 fd:02 1173714716                 /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
7f955c9c4000-7f955ca5c000 r-xp 0002b000 fd:02 1173714716                 /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
7f955ca5c000-7f955cab8000 r--p 000c3000 fd:02 1173714716                 /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
7f955cab8000-7f955cac3000 r--p 0011e000 fd:02 1173714716                 /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
7f955cac3000-7f955cacd000 rw-p 00129000 fd:02 1173714716                 /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0
7f955cacd000-7f955cace000 r--p 00000000 fd:02 1734343558                 /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.9
7f955cace000-7f955cacf000 r-xp 00001000 fd:02 1734343558                 /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.9
7f955cacf000-7f955caee000 r--p 00002000 fd:02 1734343558                 /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.9
7f955caee000-7f955caef000 r--p 00020000 fd:02 1734343558                 /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.9
7f955caef000-7f955caf0000 rw-p 00021000 fd:02 1734343558                 /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.9
7f955caf0000-7f955caf3000 r--p 00000000 fd:02 1734343576                 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f955caf3000-7f955cb05000 r-xp 00003000 fd:02 1734343576                 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f955cb05000-7f955cb0b000 r--p 00015000 fd:02 1734343576                 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f955cb0b000-7f955cb0c000 r--p 0001a000 fd:02 1734343576                 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f955cb0c000-7f955cb0d000 rw-p 0001b000 fd:02 1734343576                 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f955cb0d000-7f955cb11000 r--p 00000000 fd:02 1733861946                 /lib/x86_64-linux-gnu/libresolv-2.31.so
7f955cb11000-7f955cb1f000 r-xp 00004000 fd:02 1733861946                 /lib/x86_64-linux-gnu/libresolv-2.31.so
7f955cb1f000-7f955cb22000 r--p 00012000 fd:02 1733861946                 /lib/x86_64-linux-gnu/libresolv-2.31.so
7f955cb22000-7f955cb23000 ---p 00015000 fd:02 1733861946                 /lib/x86_64-linux-gnu/libresolv-2.31.so
7f955cb23000-7f955cb24000 r--p 00015000 fd:02 1733861946                 /lib/x86_64-linux-gnu/libresolv-2.31.so
7f955cb24000-7f955cb25000 rw-p 00016000 fd:02 1733861946                 /lib/x86_64-linux-gnu/libresolv-2.31.so
7f955cb25000-7f955cb27000 rw-p 00000000 00:00 0 
7f955cb27000-7f955cb2a000 r--p 00000000 fd:02 1173714706                 /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f955cb2a000-7f955cb31000 r-xp 00003000 fd:02 1173714706                 /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f955cb31000-7f955cb34000 r--p 0000a000 fd:02 1173714706                 /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f955cb34000-7f955cb35000 r--p 0000c000 fd:02 1173714706                 /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f955cb35000-7f955cb36000 rw-p 0000d000 fd:02 1173714706                 /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f955cb36000-7f955cb38000 r--p 00000000 fd:02 1733851825                 /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f955cb38000-7f955cb39000 r-xp 00002000 fd:02 1733851825                 /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f955cb39000-7f955cb3a000 r--p 00003000 fd:02 1733851825                 /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f955cb3a000-7f955cb3b000 r--p 00003000 fd:02 1733851825                 /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f955cb3b000-7f955cb3c000 rw-p 00004000 fd:02 1733851825                 /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f955cb3c000-7f955cb40000 r--p 00000000 fd:02 1173714702                 /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f955cb40000-7f955cb5b000 r-xp 00004000 fd:02 1173714702                 /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f955cb5b000-7f955cb68000 r--p 0001f000 fd:02 1173714702                 /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f955cb68000-7f955cb69000 ---p 0002c000 fd:02 1173714702                 /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f955cb69000-7f955cb6a000 r--p 0002c000 fd:02 1173714702                 /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f955cb6a000-7f955cb6b000 rw-p 0002d000 fd:02 1173714702                 /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f955cb6b000-7f955cb6c000 rw-p 00000000 00:00 0 
7f955cb6c000-7f955cb8f000 r--p 00000000 fd:02 1173714704                 /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f955cb8f000-7f955cbed000 r-xp 00023000 fd:02 1173714704                 /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f955cbed000-7f955cc35000 r--p 00081000 fd:02 1173714704                 /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f955cc35000-7f955cc43000 r--p 000c8000 fd:02 1173714704                 /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f955cc43000-7f955cc46000 rw-p 000d6000 fd:02 1173714704                 /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f955cc46000-7f955cc52000 r--p 00000000 fd:02 1173714690                 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.8
7f955cc52000-7f955cd22000 r-xp 0000c000 fd:02 1173714690                 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.8
7f955cd22000-7f955cd5f000 r--p 000dc000 fd:02 1173714690                 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.8
7f955cd5f000-7f955cd61000 r--p 00118000 fd:02 1173714690                 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.8
7f955cd61000-7f955cd66000 rw-p 0011a000 fd:02 1173714690                 /usr/lib/x86_64-linux-gnu/libgcrypt.so.20.2.8
7f955cd66000-7f955cd72000 r--p 00000000 fd:02 1173714712                 /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
7f955cd72000-7f955cd94000 r-xp 0000c000 fd:02 1173714712                 /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
7f955cd94000-7f955cdaa000 r--p 0002e000 fd:02 1173714712                 /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
7f955cdaa000-7f955cdab000 ---p 00044000 fd:02 1173714712                 /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
7f955cdab000-7f955cdad000 r--p 00044000 fd:02 1173714712                 /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
7f955cdad000-7f955cdae000 rw-p 00046000 fd:02 1173714712                 /usr/lib/x86_64-linux-gnu/libnettle.so.8.4
7f955cdae000-7f955cdb7000 r--p 00000000 fd:02 1173714698                 /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
7f955cdb7000-7f955cdca000 r-xp 00009000 fd:02 1173714698                 /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
7f955cdca000-7f955cdf4000 r--p 0001c000 fd:02 1173714698                 /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
7f955cdf4000-7f955cdf5000 ---p 00046000 fd:02 1173714698                 /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
7f955cdf5000-7f955cdf6000 r--p 00046000 fd:02 1173714698                 /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
7f955cdf6000-7f955cdf7000 rw-p 00047000 fd:02 1173714698                 /usr/lib/x86_64-linux-gnu/libhogweed.so.6.4
7f955cdf7000-7f955ce2b000 r--p 00000000 fd:02 1173714694                 /usr/lib/x86_64-linux-gnu/libgnutls.so.30.29.1
7f955ce2b000-7f955cf4c000 r-xp 00034000 fd:02 1173714694                 /usr/lib/x86_64-linux-gnu/libgnutls.so.30.29.1
7f955cf4c000-7f955cfe2000 r--p 00155000 fd:02 1173714694                 /usr/lib/x86_64-linux-gnu/libgnutls.so.30.29.1
7f955cfe2000-7f955cff3000 r--p 001ea000 fd:02 1173714694                 /usr/lib/x86_64-linux-gnu/libgnutls.so.30.29.1
7f955cff3000-7f955cff5000 rw-p 001fb000 fd:02 1173714694                 /usr/lib/x86_64-linux-gnu/libgnutls.so.30.29.1
7f955cff5000-7f955cff7000 rw-p 00000000 00:00 0 
7f955cff7000-7f955d008000 r--p 00000000 fd:02 1173714738                 /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
7f955d008000-7f955d03d000 r-xp 00011000 fd:02 1173714738                 /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
7f955d03d000-7f955d174000 r--p 00046000 fd:02 1173714738                 /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
7f955d174000-7f955d178000 r--p 0017c000 fd:02 1173714738                 /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
7f955d178000-7f955d179000 rw-p 00180000 fd:02 1173714738                 /usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0
7f955d179000-7f955d17c000 r--p 00000000 fd:02 1734343566                 /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.11.5
7f955d17c000-7f955d184000 r-xp 00003000 fd:02 1734343566                 /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.11.5
7f955d184000-7f955d187000 r--p 0000b000 fd:02 1734343566                 /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.11.5
7f955d187000-7f955d188000 ---p 0000e000 fd:02 1734343566                 /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.11.5
7f955d188000-7f955d189000 r--p 0000e000 fd:02 1734343566                 /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.11.5
7f955d189000-7f955d18a000 rw-p 0000f000 fd:02 1734343566                 /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.11.5
7f955d18a000-7f955d198000 r--p 00000000 fd:02 1734343569                 /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.11.5
7f955d198000-7f955d1cb000 r-xp 0000e000 fd:02 1734343569                 /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.11.5
7f955d1cb000-7f955d1da000 r--p 00041000 fd:02 1734343569                 /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.11.5
7f955d1da000-7f955d1db000 ---p 00050000 fd:02 1734343569                 /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.11.5
7f955d1db000-7f955d1dd000 r--p 00050000 fd:02 1734343569                 /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.11.5
7f955d1dd000-7f955d1de000 rw-p 00052000 fd:02 1734343569                 /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.11.5
7f955d1de000-7f955d1e0000 rw-p 00000000 00:00 0 
7f955d1e0000-7f955d1ec000 r--p 00000000 fd:02 1173714696                 /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f955d1ec000-7f955d221000 r-xp 0000c000 fd:02 1173714696                 /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f955d221000-7f955d22e000 r--p 00041000 fd:02 1173714696                 /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f955d22e000-7f955d22f000 ---p 0004e000 fd:02 1173714696                 /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f955d22f000-7f955d231000 r--p 0004e000 fd:02 1173714696                 /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f955d231000-7f955d233000 rw-p 00050000 fd:02 1173714696                 /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f955d233000-7f955d235000 r--p 00000000 fd:02 1734343573                 /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.2
7f955d235000-7f955d237000 r-xp 00002000 fd:02 1734343573                 /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.2
7f955d237000-7f955d245000 r--p 00004000 fd:02 1734343573                 /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.2
7f955d245000-7f955d246000 r--p 00011000 fd:02 1734343573                 /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.2
7f955d246000-7f955d247000 rw-p 00012000 fd:02 1734343573                 /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.2
7f955d247000-7f955d24c000 r--p 00000000 fd:02 1734343578                 /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
7f955d24c000-7f955d26e000 r-xp 00005000 fd:02 1734343578                 /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
7f955d26e000-7f955d279000 r--p 00027000 fd:02 1734343578                 /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
7f955d279000-7f955d27a000 ---p 00032000 fd:02 1734343578                 /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
7f955d27a000-7f955d27b000 r--p 00032000 fd:02 1734343578                 /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
7f955d27b000-7f955d27c000 rw-p 00033000 fd:02 1734343578                 /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
7f955d27c000-7f955d28b000 r--p 00000000 fd:02 1734343564                 /usr/lib/x86_64-linux-gnu/libcurl.so.4.7.0
7f955d28b000-7f955d2f3000 r-xp 0000f000 fd:02 1734343564                 /usr/lib/x86_64-linux-gnu/libcurl.so.4.7.0
7f955d2f3000-7f955d310000 r--p 00077000 fd:02 1734343564                 /usr/lib/x86_64-linux-gnu/libcurl.so.4.7.0
7f955d310000-7f955d314000 r--p 00093000 fd:02 1734343564                 /usr/lib/x86_64-linux-gnu/libcurl.so.4.7.0
7f955d314000-7f955d316000 rw-p 00097000 fd:02 1734343564                 /usr/lib/x86_64-linux-gnu/libcurl.so.4.7.0
7f955d316000-7f955d317000 rw-p 00000000 00:00 0 
7f955d317000-7f955d351000 r--p 00000000 fd:02 123183389                  /usr/local/bundle/ruby/2.6.0/gems/nokogiri-1.11.1-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f955d351000-7f955d478000 r-xp 0003a000 fd:02 123183389                  /usr/local/bundle/ruby/2.6.0/gems/nokogiri-1.11.1-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f955d478000-7f955d4d8000 r--p 00161000 fd:02 123183389                  /usr/local/bundle/ruby/2.6.0/gems/nokogiri-1.11.1-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f955d4d8000-7f955d4e1000 r--p 001c0000 fd:02 123183389                  /usr/local/bundle/ruby/2.6.0/gems/nokogiri-1.11.1-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f955d4e1000-7f955d4e5000 rw-p 001c9000 fd:02 123183389                  /usr/local/bundle/ruby/2.6.0/gems/nokogiri-1.11.1-x86_64-linux/lib/nokogiri/2.6/nokogiri.so
7f955d4e5000-7f955d4e7000 rw-p 00000000 00:00 0 
7f955d4f3000-7f955d4fe000 r--s 00000000 fd:02 1173714688                 /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0
7f955d4fe000-7f955d6c0000 r--s 00000000 fd:02 1733851818                 /lib/x86_64-linux-gnu/libc-2.31.so
7f955d6c0000-7f955d6e9000 r--s 00000000 fd:02 123260416                  /usr/local/bin/ruby
7f955d6e9000-7f955d6ea000 r--p 00000000 fd:02 123302690                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/sha1.so
7f955d6ea000-7f955d6eb000 r-xp 00001000 fd:02 123302690                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/sha1.so
7f955d6eb000-7f955d6ec000 r--p 00002000 fd:02 123302690                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/sha1.so
7f955d6ec000-7f955d6ed000 r--p 00002000 fd:02 123302690                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/sha1.so
7f955d6ed000-7f955d6ee000 rw-p 00003000 fd:02 123302690                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/sha1.so
7f955d6ee000-7f955d6ef000 r--p 00000000 fd:02 123302688                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/md5.so
7f955d6ef000-7f955d6f0000 r-xp 00001000 fd:02 123302688                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/md5.so
7f955d6f0000-7f955d6f1000 r--p 00002000 fd:02 123302688                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/md5.so
7f955d6f1000-7f955d6f2000 r--p 00002000 fd:02 123302688                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/md5.so
7f955d6f2000-7f955d6f3000 rw-p 00003000 fd:02 123302688                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/md5.so
7f955d6f3000-7f955d6f4000 r--p 00000000 fd:02 126002951                  /usr/local/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so
7f955d6f4000-7f955d6f7000 r-xp 00001000 fd:02 126002951                  /usr/local/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so
7f955d6f7000-7f955d6f8000 r--p 00004000 fd:02 126002951                  /usr/local/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so
7f955d6f8000-7f955d6f9000 r--p 00004000 fd:02 126002951                  /usr/local/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so
7f955d6f9000-7f955d6fa000 rw-p 00005000 fd:02 126002951                  /usr/local/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so
7f955d6fb000-7f955d6fe000 r--p 00000000 fd:02 1733851834                 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f955d6fe000-7f955d70f000 r-xp 00003000 fd:02 1733851834                 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f955d70f000-7f955d713000 r--p 00014000 fd:02 1733851834                 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f955d713000-7f955d714000 r--p 00017000 fd:02 1733851834                 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f955d714000-7f955d715000 rw-p 00018000 fd:02 1733851834                 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f955d715000-7f955d716000 r--p 00000000 fd:02 1733861904                 /lib/x86_64-linux-gnu/libnss_dns-2.31.so
7f955d716000-7f955d71a000 r-xp 00001000 fd:02 1733861904                 /lib/x86_64-linux-gnu/libnss_dns-2.31.so
7f955d71a000-7f955d71b000 r--p 00005000 fd:02 1733861904                 /lib/x86_64-linux-gnu/libnss_dns-2.31.so
7f955d71b000-7f955d71c000 r--p 00005000 fd:02 1733861904                 /lib/x86_64-linux-gnu/libnss_dns-2.31.so
7f955d71c000-7f955d71d000 rw-p 00006000 fd:02 1733861904                 /lib/x86_64-linux-gnu/libnss_dns-2.31.so
7f955d71d000-7f955d720000 r--p 00000000 fd:02 1733861906                 /lib/x86_64-linux-gnu/libnss_files-2.31.so
7f955d720000-7f955d727000 r-xp 00003000 fd:02 1733861906                 /lib/x86_64-linux-gnu/libnss_files-2.31.so
7f955d727000-7f955d729000 r--p 0000a000 fd:02 1733861906                 /lib/x86_64-linux-gnu/libnss_files-2.31.so
7f955d729000-7f955d72a000 r--p 0000b000 fd:02 1733861906                 /lib/x86_64-linux-gnu/libnss_files-2.31.so
7f955d72a000-7f955d72b000 rw-p 0000c000 fd:02 1733861906                 /lib/x86_64-linux-gnu/libnss_files-2.31.so
7f955d72b000-7f955d731000 rw-p 00000000 00:00 0 
7f955d739000-7f955d74f000 r--p 00000000 fd:02 122163383                  /usr/lib/x86_64-linux-gnu/libmariadb.so.3
7f955d74f000-7f955d773000 r-xp 00016000 fd:02 122163383                  /usr/lib/x86_64-linux-gnu/libmariadb.so.3
7f955d773000-7f955d77d000 r--p 0003a000 fd:02 122163383                  /usr/lib/x86_64-linux-gnu/libmariadb.so.3
7f955d77d000-7f955d785000 r--p 00043000 fd:02 122163383                  /usr/lib/x86_64-linux-gnu/libmariadb.so.3
7f955d785000-7f955d787000 rw-p 0004b000 fd:02 122163383                  /usr/lib/x86_64-linux-gnu/libmariadb.so.3
7f955d787000-7f955d789000 rw-p 00000000 00:00 0 
7f955d789000-7f955d78f000 r--p 00000000 fd:02 654528022                  /usr/local/bundle/ruby/2.6.0/gems/mysql2-0.5.3/lib/mysql2/mysql2.so
7f955d78f000-7f955d798000 r-xp 00006000 fd:02 654528022                  /usr/local/bundle/ruby/2.6.0/gems/mysql2-0.5.3/lib/mysql2/mysql2.so
7f955d798000-7f955d79b000 r--p 0000f000 fd:02 654528022                  /usr/local/bundle/ruby/2.6.0/gems/mysql2-0.5.3/lib/mysql2/mysql2.so
7f955d79b000-7f955d79d000 r--p 00011000 fd:02 654528022                  /usr/local/bundle/ruby/2.6.0/gems/mysql2-0.5.3/lib/mysql2/mysql2.so
7f955d79d000-7f955d79e000 rw-p 00013000 fd:02 654528022                  /usr/local/bundle/ruby/2.6.0/gems/mysql2-0.5.3/lib/mysql2/mysql2.so
7f955d79e000-7f955d79f000 r--p 00000000 fd:02 1734812167                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/utf_16le.so
7f955d79f000-7f955d7a0000 r-xp 00001000 fd:02 1734812167                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/utf_16le.so
7f955d7a0000-7f955d7a1000 r--p 00002000 fd:02 1734812167                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/utf_16le.so
7f955d7a1000-7f955d7a2000 r--p 00002000 fd:02 1734812167                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/utf_16le.so
7f955d7a2000-7f955d7a3000 rw-p 00003000 fd:02 1734812167                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/utf_16le.so
7f955d7a3000-7f955d7a4000 r--p 00000000 fd:02 123321923                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/utf_16_32.so
7f955d7a4000-7f955d7a6000 r-xp 00001000 fd:02 123321923                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/utf_16_32.so
7f955d7a6000-7f955d7a7000 r--p 00003000 fd:02 123321923                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/utf_16_32.so
7f955d7a7000-7f955d7a8000 ---p 00004000 fd:02 123321923                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/utf_16_32.so
7f955d7a8000-7f955d7a9000 r--p 00004000 fd:02 123321923                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/utf_16_32.so
7f955d7a9000-7f955d7aa000 rw-p 00005000 fd:02 123321923                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/utf_16_32.so
7f955d7aa000-7f955d7ab000 r--p 00000000 fd:02 1734812166                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/utf_16be.so
7f955d7ab000-7f955d7ac000 r-xp 00001000 fd:02 1734812166                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/utf_16be.so
7f955d7ac000-7f955d7ad000 r--p 00002000 fd:02 1734812166                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/utf_16be.so
7f955d7ad000-7f955d7ae000 r--p 00002000 fd:02 1734812166                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/utf_16be.so
7f955d7ae000-7f955d7af000 rw-p 00003000 fd:02 1734812166                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/utf_16be.so
7f955d7af000-7f955d7b2000 r--p 00000000 fd:02 1737799283                 /usr/local/bundle/ruby/2.6.0/gems/sqlite3-1.4.2/lib/sqlite3/sqlite3_native.so
7f955d7b2000-7f955d7b7000 r-xp 00003000 fd:02 1737799283                 /usr/local/bundle/ruby/2.6.0/gems/sqlite3-1.4.2/lib/sqlite3/sqlite3_native.so
7f955d7b7000-7f955d7b9000 r--p 00008000 fd:02 1737799283                 /usr/local/bundle/ruby/2.6.0/gems/sqlite3-1.4.2/lib/sqlite3/sqlite3_native.so
7f955d7b9000-7f955d7ba000 r--p 00009000 fd:02 1737799283                 /usr/local/bundle/ruby/2.6.0/gems/sqlite3-1.4.2/lib/sqlite3/sqlite3_native.so
7f955d7ba000-7f955d7bb000 rw-p 0000a000 fd:02 1737799283                 /usr/local/bundle/ruby/2.6.0/gems/sqlite3-1.4.2/lib/sqlite3/sqlite3_native.so
7f955d7bb000-7f955d7be000 r--p 00000000 fd:02 1191698637                 /usr/local/lib/ruby/2.6.0/x86_64-linux/zlib.so
7f955d7be000-7f955d7c9000 r-xp 00003000 fd:02 1191698637                 /usr/local/lib/ruby/2.6.0/x86_64-linux/zlib.so
7f955d7c9000-7f955d7cc000 r--p 0000e000 fd:02 1191698637                 /usr/local/lib/ruby/2.6.0/x86_64-linux/zlib.so
7f955d7cc000-7f955d7cd000 r--p 00010000 fd:02 1191698637                 /usr/local/lib/ruby/2.6.0/x86_64-linux/zlib.so
7f955d7cd000-7f955d7ce000 rw-p 00011000 fd:02 1191698637                 /usr/local/lib/ruby/2.6.0/x86_64-linux/zlib.so
7f955d7ce000-7f955d7cf000 r--p 00000000 fd:02 1734811946                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal/util.so
7f955d7cf000-7f955d7d0000 r-xp 00001000 fd:02 1734811946                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal/util.so
7f955d7d0000-7f955d7d1000 r--p 00002000 fd:02 1734811946                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal/util.so
7f955d7d1000-7f955d7d2000 r--p 00002000 fd:02 1734811946                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal/util.so
7f955d7d2000-7f955d7d3000 rw-p 00003000 fd:02 1734811946                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal/util.so
7f955d7d3000-7f955d7d5000 r--p 00000000 fd:02 123321931                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/generator.so
7f955d7d5000-7f955d7db000 r-xp 00002000 fd:02 123321931                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/generator.so
7f955d7db000-7f955d7dd000 r--p 00008000 fd:02 123321931                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/generator.so
7f955d7dd000-7f955d7de000 r--p 00009000 fd:02 123321931                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/generator.so
7f955d7de000-7f955d7df000 rw-p 0000a000 fd:02 123321931                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/generator.so
7f955d7df000-7f955d7e1000 r--p 00000000 fd:02 123321932                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/parser.so
7f955d7e1000-7f955d7e4000 r-xp 00002000 fd:02 123321932                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/parser.so
7f955d7e4000-7f955d7e5000 r--p 00005000 fd:02 123321932                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/parser.so
7f955d7e5000-7f955d7e6000 ---p 00006000 fd:02 123321932                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/parser.so
7f955d7e6000-7f955d7e7000 r--p 00006000 fd:02 123321932                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/parser.so
7f955d7e7000-7f955d7e8000 rw-p 00007000 fd:02 123321932                  /usr/local/lib/ruby/2.6.0/x86_64-linux/json/ext/parser.so
7f955d7e8000-7f955d7ea000 r--p 00000000 fd:02 1191669853                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal.so
7f955d7ea000-7f955d7fb000 r-xp 00002000 fd:02 1191669853                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal.so
7f955d7fb000-7f955d7fe000 r--p 00013000 fd:02 1191669853                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal.so
7f955d7fe000-7f955d7ff000 ---p 00016000 fd:02 1191669853                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal.so
7f955d7ff000-7f955d800000 r--p 00016000 fd:02 1191669853                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal.so
7f955d800000-7f955d801000 rw-p 00017000 fd:02 1191669853                 /usr/local/lib/ruby/2.6.0/x86_64-linux/bigdecimal.so
7f955d801000-7f955d804000 r--p 00000000 fd:02 1191669856                 /usr/local/lib/ruby/2.6.0/x86_64-linux/date_core.so
7f955d804000-7f955d834000 r-xp 00003000 fd:02 1191669856                 /usr/local/lib/ruby/2.6.0/x86_64-linux/date_core.so
7f955d834000-7f955d83c000 r--p 00033000 fd:02 1191669856                 /usr/local/lib/ruby/2.6.0/x86_64-linux/date_core.so
7f955d83c000-7f955d83d000 r--p 0003a000 fd:02 1191669856                 /usr/local/lib/ruby/2.6.0/x86_64-linux/date_core.so
7f955d83d000-7f955d83e000 rw-p 0003b000 fd:02 1191669856                 /usr/local/lib/ruby/2.6.0/x86_64-linux/date_core.so
7f955d83e000-7f955d83f000 rw-p 00000000 00:00 0 
7f955d83f000-7f955d845000 r--p 00000000 fd:02 1191698633                 /usr/local/lib/ruby/2.6.0/x86_64-linux/socket.so
7f955d845000-7f955d864000 r-xp 00006000 fd:02 1191698633                 /usr/local/lib/ruby/2.6.0/x86_64-linux/socket.so
7f955d864000-7f955d86b000 r--p 00025000 fd:02 1191698633                 /usr/local/lib/ruby/2.6.0/x86_64-linux/socket.so
7f955d86b000-7f955d86c000 ---p 0002c000 fd:02 1191698633                 /usr/local/lib/ruby/2.6.0/x86_64-linux/socket.so
7f955d86c000-7f955d86d000 r--p 0002c000 fd:02 1191698633                 /usr/local/lib/ruby/2.6.0/x86_64-linux/socket.so
7f955d86d000-7f955d86e000 rw-p 0002d000 fd:02 1191698633                 /usr/local/lib/ruby/2.6.0/x86_64-linux/socket.so
7f955d86e000-7f955d8f4000 r--p 00000000 fd:02 1173714683                 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f955d8f4000-7f955da9b000 r-xp 00086000 fd:02 1173714683                 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f955da9b000-7f955db2b000 r--p 0022d000 fd:02 1173714683                 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f955db2b000-7f955db2c000 ---p 002bd000 fd:02 1173714683                 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f955db2c000-7f955db5c000 r--p 002bd000 fd:02 1173714683                 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f955db5c000-7f955db5e000 rw-p 002ed000 fd:02 1173714683                 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f955db5e000-7f955db62000 rw-p 00000000 00:00 0 
7f955db62000-7f955db7f000 r--p 00000000 fd:02 1173714726                 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f955db7f000-7f955dbcd000 r-xp 0001d000 fd:02 1173714726                 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f955dbcd000-7f955dbe7000 r--p 0006b000 fd:02 1173714726                 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f955dbe7000-7f955dbe8000 ---p 00085000 fd:02 1173714726                 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f955dbe8000-7f955dbf1000 r--p 00085000 fd:02 1173714726                 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f955dbf1000-7f955dbf5000 rw-p 0008e000 fd:02 1173714726                 /usr/lib/x86_64-linux-gnu/libssl.so.1.1
7f955dbf5000-7f955dc09000 r--p 00000000 fd:02 1191698623                 /usr/local/lib/ruby/2.6.0/x86_64-linux/openssl.so
7f955dc09000-7f955dc39000 r-xp 00014000 fd:02 1191698623                 /usr/local/lib/ruby/2.6.0/x86_64-linux/openssl.so
7f955dc39000-7f955dc49000 r--p 00044000 fd:02 1191698623                 /usr/local/lib/ruby/2.6.0/x86_64-linux/openssl.so
7f955dc49000-7f955dc4b000 r--p 00053000 fd:02 1191698623                 /usr/local/lib/ruby/2.6.0/x86_64-linux/openssl.so
7f955dc4b000-7f955dc4d000 rw-p 00055000 fd:02 1191698623                 /usr/local/lib/ruby/2.6.0/x86_64-linux/openssl.so
7f955dc4d000-7f955dc4e000 rw-p 00000000 00:00 0 
7f955dc50000-7f955dc51000 r--p 00000000 fd:02 1734343560                 /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.9
7f955dc51000-7f955dc59000 r-xp 00001000 fd:02 1734343560                 /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.9
7f955dc59000-7f955dc5c000 r--p 00009000 fd:02 1734343560                 /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.9
7f955dc5c000-7f955dc5d000 r--p 0000b000 fd:02 1734343560                 /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.9
7f955dc5d000-7f955dc5e000 rw-p 0000c000 fd:02 1734343560                 /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.9
7f955dc5e000-7f955dc63000 r--p 00000000 fd:02 1734343574                 /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f955dc63000-7f955dc73000 r-xp 00005000 fd:02 1734343574                 /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f955dc73000-7f955dc7a000 r--p 00015000 fd:02 1734343574                 /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f955dc7a000-7f955dc7b000 ---p 0001c000 fd:02 1734343574                 /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f955dc7b000-7f955dc7c000 r--p 0001c000 fd:02 1734343574                 /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f955dc7c000-7f955dc7d000 rw-p 0001d000 fd:02 1734343574                 /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f955dc7d000-7f955dc7f000 r--p 00000000 fd:02 1173714700                 /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7
7f955dc7f000-7f955dc83000 r-xp 00002000 fd:02 1173714700                 /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7
7f955dc83000-7f955dc9c000 r--p 00006000 fd:02 1173714700                 /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7
7f955dc9c000-7f955dc9d000 r--p 0001e000 fd:02 1173714700                 /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7
7f955dc9d000-7f955dc9e000 rw-p 0001f000 fd:02 1173714700                 /usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7
7f955dc9e000-7f955dca3000 r--p 00000000 fd:02 1734343571                 /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.20.1
7f955dca3000-7f955dcb9000 r-xp 00005000 fd:02 1734343571                 /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.20.1
7f955dcb9000-7f955dcc7000 r--p 0001b000 fd:02 1734343571                 /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.20.1
7f955dcc7000-7f955dcca000 r--p 00028000 fd:02 1734343571                 /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.20.1
7f955dcca000-7f955dccb000 rw-p 0002b000 fd:02 1734343571                 /usr/lib/x86_64-linux-gnu/libnghttp2.so.14.20.1
7f955dccd000-7f955dcce000 r--p 00000000 fd:02 1734812176                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/windows_31j.so
7f955dcce000-7f955dccf000 r-xp 00001000 fd:02 1734812176                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/windows_31j.so
7f955dccf000-7f955dcd0000 r--p 00002000 fd:02 1734812176                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/windows_31j.so
7f955dcd0000-7f955dcd1000 ---p 00003000 fd:02 1734812176                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/windows_31j.so
7f955dcd1000-7f955dcd2000 r--p 00003000 fd:02 1734812176                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/windows_31j.so
7f955dcd2000-7f955dcd3000 rw-p 00004000 fd:02 1734812176                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/windows_31j.so
7f955dcd3000-7f955dcd8000 r--p 00000000 fd:02 1203164167                 /usr/local/bundle/ruby/2.6.0/gems/curb-0.9.11/lib/curb_core.so
7f955dcd8000-7f955dceb000 r-xp 00005000 fd:02 1203164167                 /usr/local/bundle/ruby/2.6.0/gems/curb-0.9.11/lib/curb_core.so
7f955dceb000-7f955dcf2000 r--p 00018000 fd:02 1203164167                 /usr/local/bundle/ruby/2.6.0/gems/curb-0.9.11/lib/curb_core.so
7f955dcf2000-7f955dcf3000 r--p 0001e000 fd:02 1203164167                 /usr/local/bundle/ruby/2.6.0/gems/curb-0.9.11/lib/curb_core.so
7f955dcf3000-7f955dcf4000 rw-p 0001f000 fd:02 1203164167                 /usr/local/bundle/ruby/2.6.0/gems/curb-0.9.11/lib/curb_core.so
7f955dcf4000-7f955dcf5000 rw-p 00000000 00:00 0 
7f955dcf5000-7f955dcf6000 r--p 00000000 fd:02 1202076551                 /usr/lib/x86_64-linux-gnu/gconv/CP932.so
7f955dcf6000-7f955dcf8000 r-xp 00001000 fd:02 1202076551                 /usr/lib/x86_64-linux-gnu/gconv/CP932.so
7f955dcf8000-7f955dd0d000 r--p 00003000 fd:02 1202076551                 /usr/lib/x86_64-linux-gnu/gconv/CP932.so
7f955dd0d000-7f955dd0e000 r--p 00017000 fd:02 1202076551                 /usr/lib/x86_64-linux-gnu/gconv/CP932.so
7f955dd0e000-7f955dd0f000 rw-p 00018000 fd:02 1202076551                 /usr/lib/x86_64-linux-gnu/gconv/CP932.so
7f955dd0f000-7f955dd11000 r--p 00000000 fd:02 1191698612                 /usr/local/lib/ruby/2.6.0/x86_64-linux/etc.so
7f955dd11000-7f955dd14000 r-xp 00002000 fd:02 1191698612                 /usr/local/lib/ruby/2.6.0/x86_64-linux/etc.so
7f955dd14000-7f955dd16000 r--p 00005000 fd:02 1191698612                 /usr/local/lib/ruby/2.6.0/x86_64-linux/etc.so
7f955dd16000-7f955dd17000 r--p 00006000 fd:02 1191698612                 /usr/local/lib/ruby/2.6.0/x86_64-linux/etc.so
7f955dd17000-7f955dd18000 rw-p 00007000 fd:02 1191698612                 /usr/local/lib/ruby/2.6.0/x86_64-linux/etc.so
7f955dd18000-7f955dd1a000 r--p 00000000 fd:02 1191698624                 /usr/local/lib/ruby/2.6.0/x86_64-linux/pathname.so
7f955dd1a000-7f955dd1f000 r-xp 00002000 fd:02 1191698624                 /usr/local/lib/ruby/2.6.0/x86_64-linux/pathname.so
7f955dd1f000-7f955dd21000 r--p 00007000 fd:02 1191698624                 /usr/local/lib/ruby/2.6.0/x86_64-linux/pathname.so
7f955dd21000-7f955dd22000 r--p 00008000 fd:02 1191698624                 /usr/local/lib/ruby/2.6.0/x86_64-linux/pathname.so
7f955dd22000-7f955dd23000 rw-p 00009000 fd:02 1191698624                 /usr/local/lib/ruby/2.6.0/x86_64-linux/pathname.so
7f955dd23000-7f955dd24000 r--p 00000000 fd:02 123302691                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/sha2.so
7f955dd24000-7f955dd25000 r-xp 00001000 fd:02 123302691                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/sha2.so
7f955dd25000-7f955dd26000 r--p 00002000 fd:02 123302691                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/sha2.so
7f955dd26000-7f955dd27000 r--p 00002000 fd:02 123302691                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/sha2.so
7f955dd27000-7f955dd28000 rw-p 00003000 fd:02 123302691                  /usr/local/lib/ruby/2.6.0/x86_64-linux/digest/sha2.so
7f955dd28000-7f955dd29000 r--p 00000000 fd:02 1191698620                 /usr/local/lib/ruby/2.6.0/x86_64-linux/io/wait.so
7f955dd29000-7f955dd2a000 r-xp 00001000 fd:02 1191698620                 /usr/local/lib/ruby/2.6.0/x86_64-linux/io/wait.so
7f955dd2a000-7f955dd2b000 r--p 00002000 fd:02 1191698620                 /usr/local/lib/ruby/2.6.0/x86_64-linux/io/wait.so
7f955dd2b000-7f955dd2c000 r--p 00002000 fd:02 1191698620                 /usr/local/lib/ruby/2.6.0/x86_64-linux/io/wait.so
7f955dd2c000-7f955dd2d000 rw-p 00003000 fd:02 1191698620                 /usr/local/lib/ruby/2.6.0/x86_64-linux/io/wait.so
7f955dd2d000-7f955dd2e000 r--p 00000000 fd:02 1191698619                 /usr/local/lib/ruby/2.6.0/x86_64-linux/io/nonblock.so
7f955dd2e000-7f955dd2f000 r-xp 00001000 fd:02 1191698619                 /usr/local/lib/ruby/2.6.0/x86_64-linux/io/nonblock.so
7f955dd2f000-7f955dd30000 r--p 00002000 fd:02 1191698619                 /usr/local/lib/ruby/2.6.0/x86_64-linux/io/nonblock.so
7f955dd30000-7f955dd31000 r--p 00002000 fd:02 1191698619                 /usr/local/lib/ruby/2.6.0/x86_64-linux/io/nonblock.so
7f955dd31000-7f955dd32000 rw-p 00003000 fd:02 1191698619                 /usr/local/lib/ruby/2.6.0/x86_64-linux/io/nonblock.so
7f955dd32000-7f955dd34000 r--p 00000000 fd:02 1191698635                 /usr/local/lib/ruby/2.6.0/x86_64-linux/strscan.so
7f955dd34000-7f955dd38000 r-xp 00002000 fd:02 1191698635                 /usr/local/lib/ruby/2.6.0/x86_64-linux/strscan.so
7f955dd38000-7f955dd3a000 r--p 00006000 fd:02 1191698635                 /usr/local/lib/ruby/2.6.0/x86_64-linux/strscan.so
7f955dd3a000-7f955dd3b000 r--p 00007000 fd:02 1191698635                 /usr/local/lib/ruby/2.6.0/x86_64-linux/strscan.so
7f955dd3b000-7f955dd3c000 rw-p 00008000 fd:02 1191698635                 /usr/local/lib/ruby/2.6.0/x86_64-linux/strscan.so
7f955dd3c000-7f955dd3e000 r--p 00000000 fd:02 1191698634                 /usr/local/lib/ruby/2.6.0/x86_64-linux/stringio.so
7f955dd3e000-7f955dd43000 r-xp 00002000 fd:02 1191698634                 /usr/local/lib/ruby/2.6.0/x86_64-linux/stringio.so
7f955dd43000-7f955dd45000 r--p 00007000 fd:02 1191698634                 /usr/local/lib/ruby/2.6.0/x86_64-linux/stringio.so
7f955dd45000-7f955dd46000 r--p 00008000 fd:02 1191698634                 /usr/local/lib/ruby/2.6.0/x86_64-linux/stringio.so
7f955dd46000-7f955dd47000 rw-p 00009000 fd:02 1191698634                 /usr/local/lib/ruby/2.6.0/x86_64-linux/stringio.so
7f955dd47000-7f955dd49000 r--p 00000000 fd:02 123192601                  /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f955dd49000-7f955dd63000 r-xp 00002000 fd:02 123192601                  /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f955dd63000-7f955dd67000 r--p 0001c000 fd:02 123192601                  /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f955dd67000-7f955dd68000 r--p 0001f000 fd:02 123192601                  /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f955dd68000-7f955dd69000 rw-p 00020000 fd:02 123192601                  /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f955dd69000-7f955dd6b000 r-xp 00000000 00:00 0 
7f955dd6b000-7f955dd6c000 r--p 00000000 fd:02 1191669877                 /usr/local/lib/ruby/2.6.0/x86_64-linux/digest.so
7f955dd6c000-7f955dd6e000 r-xp 00001000 fd:02 1191669877                 /usr/local/lib/ruby/2.6.0/x86_64-linux/digest.so
7f955dd6e000-7f955dd6f000 r--p 00003000 fd:02 1191669877                 /usr/local/lib/ruby/2.6.0/x86_64-linux/digest.so
7f955dd6f000-7f955dd70000 r--p 00003000 fd:02 1191669877                 /usr/local/lib/ruby/2.6.0/x86_64-linux/digest.so
7f955dd70000-7f955dd71000 rw-p 00004000 fd:02 1191669877                 /usr/local/lib/ruby/2.6.0/x86_64-linux/digest.so
7f955dd71000-7f955dd73000 r--p 00000000 fd:02 1191698625                 /usr/local/lib/ruby/2.6.0/x86_64-linux/psych.so
7f955dd73000-7f955dd76000 r-xp 00002000 fd:02 1191698625                 /usr/local/lib/ruby/2.6.0/x86_64-linux/psych.so
7f955dd76000-7f955dd77000 r--p 00005000 fd:02 1191698625                 /usr/local/lib/ruby/2.6.0/x86_64-linux/psych.so
7f955dd77000-7f955dd78000 r--p 00005000 fd:02 1191698625                 /usr/local/lib/ruby/2.6.0/x86_64-linux/psych.so
7f955dd78000-7f955dd79000 rw-p 00006000 fd:02 1191698625                 /usr/local/lib/ruby/2.6.0/x86_64-linux/psych.so
7f955dd79000-7f955dd7a000 r--p 00000000 fd:02 1191698614                 /usr/local/lib/ruby/2.6.0/x86_64-linux/fiber.so
7f955dd7a000-7f955dd7b000 r-xp 00001000 fd:02 1191698614                 /usr/local/lib/ruby/2.6.0/x86_64-linux/fiber.so
7f955dd7b000-7f955dd7c000 r--p 00002000 fd:02 1191698614                 /usr/local/lib/ruby/2.6.0/x86_64-linux/fiber.so
7f955dd7c000-7f955dd7d000 r--p 00002000 fd:02 1191698614                 /usr/local/lib/ruby/2.6.0/x86_64-linux/fiber.so
7f955dd7d000-7f955dd7e000 rw-p 00003000 fd:02 1191698614                 /usr/local/lib/ruby/2.6.0/x86_64-linux/fiber.so
7f955dd7e000-7f955dd7f000 r--p 00000000 fd:02 123302677                  /usr/local/lib/ruby/2.6.0/x86_64-linux/cgi/escape.so
7f955dd7f000-7f955dd81000 r-xp 00001000 fd:02 123302677                  /usr/local/lib/ruby/2.6.0/x86_64-linux/cgi/escape.so
7f955dd81000-7f955dd82000 r--p 00003000 fd:02 123302677                  /usr/local/lib/ruby/2.6.0/x86_64-linux/cgi/escape.so
7f955dd82000-7f955dd83000 r--p 00003000 fd:02 123302677                  /usr/local/lib/ruby/2.6.0/x86_64-linux/cgi/escape.so
7f955dd83000-7f955dd84000 rw-p 00004000 fd:02 123302677                  /usr/local/lib/ruby/2.6.0/x86_64-linux/cgi/escape.so
7f955dd84000-7f955dd85000 r--p 00000000 fd:02 123321921                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so
7f955dd85000-7f955dd87000 r-xp 00001000 fd:02 123321921                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so
7f955dd87000-7f955dd88000 r--p 00003000 fd:02 123321921                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so
7f955dd88000-7f955dd89000 r--p 00003000 fd:02 123321921                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so
7f955dd89000-7f955dd8a000 rw-p 00004000 fd:02 123321921                  /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so
7f955dd8a000-7f955dd8b000 r--p 00000000 fd:02 1734812052                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so
7f955dd8b000-7f955dd8c000 r-xp 00001000 fd:02 1734812052                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so
7f955dd8c000-7f955dd8d000 r--p 00002000 fd:02 1734812052                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so
7f955dd8d000-7f955dd8e000 r--p 00002000 fd:02 1734812052                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so
7f955dd8e000-7f955dd8f000 rw-p 00003000 fd:02 1734812052                 /usr/local/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so
7f955dd8f000-7f955fe99000 rw-p 00000000 00:00 0 
7f955fe99000-7f955feee000 r--p 00000000 fd:02 120929916                  /usr/lib/locale/C.UTF-8/LC_CTYPE
7f955feee000-7f955fef0000 rw-p 00000000 00:00 0 
7f955fef0000-7f955feff000 r--p 00000000 fd:02 1733861889                 /lib/x86_64-linux-gnu/libm-2.31.so
7f955feff000-7f955ff99000 r-xp 0000f000 fd:02 1733861889                 /lib/x86_64-linux-gnu/libm-2.31.so
7f955ff99000-7f9560032000 r--p 000a9000 fd:02 1733861889                 /lib/x86_64-linux-gnu/libm-2.31.so
7f9560032000-7f9560033000 r--p 00141000 fd:02 1733861889                 /lib/x86_64-linux-gnu/libm-2.31.so
7f9560033000-7f9560034000 rw-p 00142000 fd:02 1733861889                 /lib/x86_64-linux-gnu/libm-2.31.so
7f9560034000-7f9560036000 r--p 00000000 fd:02 1733851827                 /lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f9560036000-7f956004b000 r-xp 00002000 fd:02 1733851827                 /lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f956004b000-7f9560065000 r--p 00017000 fd:02 1733851827                 /lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f9560065000-7f9560066000 r--p 00030000 fd:02 1733851827                 /lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f9560066000-7f9560067000 rw-p 00031000 fd:02 1733851827                 /lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f9560067000-7f956006f000 rw-p 00000000 00:00 0 
7f956006f000-7f9560070000 r--p 00000000 fd:02 1733851828                 /lib/x86_64-linux-gnu/libdl-2.31.so
7f9560070000-7f9560072000 r-xp 00001000 fd:02 1733851828                 /lib/x86_64-linux-gnu/libdl-2.31.so
7f9560072000-7f9560073000 r--p 00003000 fd:02 1733851828                 /lib/x86_64-linux-gnu/libdl-2.31.so
7f9560073000-7f9560074000 r--p 00003000 fd:02 1733851828                 /lib/x86_64-linux-gnu/libdl-2.31.so
7f9560074000-7f9560075000 rw-p 00004000 fd:02 1733851828                 /lib/x86_64-linux-gnu/libdl-2.31.so
7f9560075000-7f9560077000 rw-p 00000000 00:00 0 
7f9560077000-7f9560082000 r--p 00000000 fd:02 1173714692                 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f9560082000-7f95600de000 r-xp 0000b000 fd:02 1173714692                 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f95600de000-7f95600f5000 r--p 00067000 fd:02 1173714692                 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f95600f5000-7f95600f6000 ---p 0007e000 fd:02 1173714692                 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f95600f6000-7f95600f7000 r--p 0007e000 fd:02 1173714692                 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f95600f7000-7f95600f8000 rw-p 0007f000 fd:02 1173714692                 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f95600f8000-7f95600fb000 r--p 00000000 fd:02 1733861949                 /lib/x86_64-linux-gnu/librt-2.31.so
7f95600fb000-7f95600ff000 r-xp 00003000 fd:02 1733861949                 /lib/x86_64-linux-gnu/librt-2.31.so
7f95600ff000-7f9560100000 r--p 00007000 fd:02 1733861949                 /lib/x86_64-linux-gnu/librt-2.31.so
7f9560100000-7f9560101000 ---p 00008000 fd:02 1733861949                 /lib/x86_64-linux-gnu/librt-2.31.so
7f9560101000-7f9560102000 r--p 00008000 fd:02 1733861949                 /lib/x86_64-linux-gnu/librt-2.31.so
7f9560102000-7f9560103000 rw-p 00009000 fd:02 1733861949                 /lib/x86_64-linux-gnu/librt-2.31.so
7f9560103000-7f956010a000 r--p 00000000 fd:02 1733861944                 /lib/x86_64-linux-gnu/libpthread-2.31.so
7f956010a000-7f956011a000 r-xp 00007000 fd:02 1733861944                 /lib/x86_64-linux-gnu/libpthread-2.31.so
7f956011a000-7f956011f000 r--p 00017000 fd:02 1733861944                 /lib/x86_64-linux-gnu/libpthread-2.31.so
7f956011f000-7f9560120000 r--p 0001b000 fd:02 1733861944                 /lib/x86_64-linux-gnu/libpthread-2.31.so
7f9560120000-7f9560121000 rw-p 0001c000 fd:02 1733861944                 /lib/x86_64-linux-gnu/libpthread-2.31.so
7f9560121000-7f9560125000 rw-p 00000000 00:00 0 
7f9560125000-7f9560128000 r--p 00000000 fd:02 1733862634                 /lib/x86_64-linux-gnu/libz.so.1.2.11
7f9560128000-7f9560139000 r-xp 00003000 fd:02 1733862634                 /lib/x86_64-linux-gnu/libz.so.1.2.11
7f9560139000-7f956013f000 r--p 00014000 fd:02 1733862634                 /lib/x86_64-linux-gnu/libz.so.1.2.11
7f956013f000-7f9560140000 ---p 0001a000 fd:02 1733862634                 /lib/x86_64-linux-gnu/libz.so.1.2.11
7f9560140000-7f9560141000 r--p 0001a000 fd:02 1733862634                 /lib/x86_64-linux-gnu/libz.so.1.2.11
7f9560141000-7f9560142000 rw-p 0001b000 fd:02 1733862634                 /lib/x86_64-linux-gnu/libz.so.1.2.11
7f9560142000-7f9560167000 r--p 00000000 fd:02 1733851818                 /lib/x86_64-linux-gnu/libc-2.31.so
7f9560167000-7f95602b2000 r-xp 00025000 fd:02 1733851818                 /lib/x86_64-linux-gnu/libc-2.31.so
7f95602b2000-7f95602fc000 r--p 00170000 fd:02 1733851818                 /lib/x86_64-linux-gnu/libc-2.31.so
7f95602fc000-7f95602fd000 ---p 001ba000 fd:02 1733851818                 /lib/x86_64-linux-gnu/libc-2.31.so
7f95602fd000-7f9560300000 r--p 001ba000 fd:02 1733851818                 /lib/x86_64-linux-gnu/libc-2.31.so
7f9560300000-7f9560303000 rw-p 001bd000 fd:02 1733851818                 /lib/x86_64-linux-gnu/libc-2.31.so
7f9560303000-7f9560307000 rw-p 00000000 00:00 0 
7f9560307000-7f9560308000 r-xp 00000000 00:00 0 
7f9560308000-7f956030f000 r--s 00000000 fd:02 1173714664                 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f956030f000-7f956033a000 r--p 00000000 fd:02 643336178                  /usr/local/lib/libruby.so.2.6.9
7f956033a000-7f956058a000 r-xp 0002b000 fd:02 643336178                  /usr/local/lib/libruby.so.2.6.9
7f956058a000-7f9560675000 r--p 0027b000 fd:02 643336178                  /usr/local/lib/libruby.so.2.6.9
7f9560675000-7f956067b000 r--p 00365000 fd:02 643336178                  /usr/local/lib/libruby.so.2.6.9
7f956067b000-7f956067e000 rw-p 0036b000 fd:02 643336178                  /usr/local/lib/libruby.so.2.6.9
7f956067e000-7f9560691000 rw-p 00000000 00:00 0 
7f9560691000-7f9560692000 r--p 00000000 fd:02 1733851805                 /lib/x86_64-linux-gnu/ld-2.31.so
7f9560692000-7f95606b2000 r-xp 00001000 fd:02 1733851805                 /lib/x86_64-linux-gnu/ld-2.31.so
7f95606b2000-7f95606ba000 r--p 00021000 fd:02 1733851805                 /lib/x86_64-linux-gnu/ld-2.31.so
7f95606ba000-7f95606bb000 r-xp 00000000 00:00 0 
7f95606bb000-7f95606bc000 r--p 00029000 fd:02 1733851805                 /lib/x86_64-linux-gnu/ld-2.31.so
7f95606bc000-7f95606bd000 rw-p 0002a000 fd:02 1733851805                 /lib/x86_64-linux-gnu/ld-2.31.so
7f95606bd000-7f95606be000 rw-p 00000000 00:00 0 
7ffeef585000-7ffeefd84000 rw-p 00000000 00:00 0                          [stack]
7ffeefd9a000-7ffeefd9d000 r--p 00000000 00:00 0                          [vvar]
7ffeefd9d000-7ffeefd9e000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

@arianf
Copy link
Author

arianf commented Mar 10, 2022

For the last few days we've been manually on #207 haven't hit a segfault yet, will report back in another week if that is still the case

gem 'ethon', git: 'https://github.com/typhoeus/ethon.git', branch: 'thread-safe-easy-handle-cleanup'

@arianf
Copy link
Author

arianf commented Apr 12, 2022

After changing to the above branch, we no longer see segfaults

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant