brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.65k stars 114 forks source link

ASYNC BUG with uwsgi workers #240

Open lamyseba opened 3 years ago

lamyseba commented 3 years ago

Hi, I'm trying to use Sucker Punch on a website that run with uwsgi with 4 workers on production. In development with rackup, everything is fine. But in production with uwsgi workers, I get error when trying to do async jobs. I put here all the debug info I have, I admit I don't have any clue for a solution. I'm sorry I'm not able to post easy steps to reproduce the bug.

[ASYNC BUG] timer_settime (arm) EINVAL

ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux-gnu]

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

Fri Feb 26 08:20:58 2021 - DAMN ! worker 4 (pid: 287) died, killed by signal 6 :( trying respawn ... Fri Feb 26 08:20:58 2021 - Respawned uWSGI worker 4 (new pid: 5979) /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/monitor.rb:194: [BUG] timer_settime (disarm): Invalid argument (EINVAL) ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux-gnu]

-- Control frame information ----------------------------------------------- c:0003 p:0056 s:0019 e:000018 METHOD /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/monitor.rb:194 c:0002 p:0010 s:0015 e:000014 METHOD /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:35 [FINISH] c:0001 p:0000 s:0003 E:000120 (none) [FINISH]

-- Ruby level backtrace information ---------------------------------------- /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:35:in require' /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/monitor.rb:194:inmon_enter'

-- C level backtrace information ------------------------------------------- /opt/ruby-2.6/usr/lib/libruby.so.2.6(0x7f9cc898ff25) [0x7f9cc898ff25] /opt/ruby-2.6/usr/lib/libruby.so.2.6(0x7f9cc89906b7) [0x7f9cc89906b7] /opt/ruby-2.6/usr/lib/libruby.so.2.6(rb_bug+0xec) [0x7f9cc87b9345] /opt/ruby-2.6/usr/lib/libruby.so.2.6(rb_bug_errno+0x43) [0x7f9cc882c923] /opt/ruby-2.6/usr/lib/libruby.so.2.6(0x7f9cc8945bad) [0x7f9cc8945bad] /opt/ruby-2.6/usr/lib/libruby.so.2.6(0x7f9cc894825a) [0x7f9cc894825a] /opt/ruby-2.6/usr/lib/libruby.so.2.6(rb_threadptr_execute_interrupts+0x4ad) [0x7f9cc894ae4d] /opt/ruby-2.6/usr/lib/libruby.so.2.6(0x7f9cc8980828) [0x7f9cc8980828] /opt/ruby-2.6/usr/lib/libruby.so.2.6(rb_vm_exec+0xa9) [0x7f9cc8981959] /opt/ruby-2.6/usr/lib/libruby.so.2.6(rb_vm_call0+0x174) [0x7f9cc89853f4] /opt/ruby-2.6/usr/lib/libruby.so.2.6(rb_funcallv+0x32) [0x7f9cc8986f82] /opt/uwsgi-2.0/plugins/rack26_plugin.so(uwsgi_require_file+0x5a) [0x7f9cc8c9736a] /opt/ruby-2.6/usr/lib/libruby.so.2.6(rb_protect+0x14a) [0x7f9cc88337ea] /opt/uwsgi-2.0/plugins/rack26_plugin.so(uwsgi_rack_init_apps+0xd6) [0x7f9cc8c98db6] /opt/uwsgi-2.0/uwsgi(uwsgi_init_all_apps+0xae) [0x5638ac4127ee] /opt/uwsgi-2.0/uwsgi(uwsgi_worker_run+0x354) [0x5638ac415784] /opt/uwsgi-2.0/uwsgi(0x7dcac) [0x5638ac415cac] /opt/uwsgi-2.0/uwsgi(0x27bde) [0x5638ac3bfbde] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f9cc97012e1] /opt/uwsgi-2.0/uwsgi(_start+0x2a) [0x5638ac3bfc0a]

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

  • Loaded script: uwsgi

  • Loaded features:

    0 enumerator.so 1 thread.rb 2 rational.so 3 complex.so 4 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/enc/encdb.so 5 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/enc/trans/transdb.so 6 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/rbconfig.rb 7 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/compatibility.rb 8 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/defaults.rb 9 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/deprecate.rb 10 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/errors.rb 11 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/version.rb 12 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/requirement.rb 13 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/platform.rb 14 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/basic_specification.rb 15 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/stub_specification.rb 16 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/delegate.rb 17 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/rfc2396_parser.rb 18 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/rfc3986_parser.rb 19 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/common.rb 20 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/generic.rb 21 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/file.rb 22 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/ftp.rb 23 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/http.rb 24 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/https.rb 25 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/ldap.rb 26 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/ldaps.rb 27 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri/mailto.rb 28 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/uri.rb 29 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/specification_policy.rb 30 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/util/list.rb 31 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/stringio.so 32 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/specification.rb 33 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/exceptions.rb 34 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/util.rb 35 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/bundler_version_finder.rb 36 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/dependency.rb 37 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_gem.rb 38 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/monitor.rb 39 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb 40 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_warn.rb 41 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems.rb 42 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/rubygems/path_support.rb 43 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/version.rb 44 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/core_ext/name_error.rb 45 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/levenshtein.rb 46 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/jaro_winkler.rb 47 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checker.rb 48 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb 49 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb 50 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb 51 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/method_name_checker.rb 52 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/key_error_checker.rb 53 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/null_checker.rb 54 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/formatters/plain_formatter.rb 55 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean.rb

  • Process memory map:

5638ac398000-5638ac45e000 r-xp 00000000 00:02 4098527538 /opt/uwsgi-2.0.19.1-202012151422/uwsgi 5638ac65e000-5638ac65f000 r--p 000c6000 00:02 4098527538 /opt/uwsgi-2.0.19.1-202012151422/uwsgi 5638ac65f000-5638ac669000 rw-p 000c7000 00:02 4098527538 /opt/uwsgi-2.0.19.1-202012151422/uwsgi 5638ac669000-5638ac66c000 rw-p 00000000 00:00 0 5638ad160000-5638ad181000 rw-p 00000000 00:00 0 [heap] 5638ad181000-5638ad25b000 rw-p 00000000 00:00 0 [heap] 5638ad25b000-5638ad274000 rw-p 00000000 00:00 0 [heap] 5638ad274000-5638ad2a9000 rw-p 00000000 00:00 0 [heap] 5638ad2a9000-5638ad2c6000 rw-p 00000000 00:00 0 [heap] 5638ad2c6000-5638ad2d2000 rw-p 00000000 00:00 0 [heap] 5638ad2d2000-5638ad2e1000 rw-p 00000000 00:00 0 [heap] 5638ad2e1000-5638ad2ea000 rw-p 00000000 00:00 0 [heap] 5638ad2ea000-5638ad31f000 rw-p 00000000 00:00 0 [heap] 5638ad31f000-5638ad35e000 rw-p 00000000 00:00 0 [heap] 5638ad35e000-5638ad389000 rw-p 00000000 00:00 0 [heap] 5638ad389000-5638ad414000 rw-p 00000000 00:00 0 [heap] 5638ad414000-5638ad423000 rw-p 00000000 00:00 0 [heap] 5638ad423000-5638ad445000 rw-p 00000000 00:00 0 [heap] 5638ad445000-5638ad47e000 rw-p 00000000 00:00 0 [heap] 5638ad47e000-5638ad495000 rw-p 00000000 00:00 0 [heap] 5638ad495000-5638ad4c0000 rw-p 00000000 00:00 0 [heap] 5638ad4c0000-5638ad4f5000 rw-p 00000000 00:00 0 [heap] 5638ad4f5000-5638ad4fe000 rw-p 00000000 00:00 0 [heap] 5638ad4fe000-5638ad553000 rw-p 00000000 00:00 0 [heap] 5638ad553000-5638ad55d000 rw-p 00000000 00:00 0 [heap] 5638ad55d000-5638ad5a1000 rw-p 00000000 00:00 0 [heap] 5638ad5a1000-5638ad5ce000 rw-p 00000000 00:00 0 [heap] 5638ad5ce000-5638ad5ef000 rw-p 00000000 00:00 0 [heap] 7f9cc532e000-7f9cc54cb000 r--s 00000000 00:02 4053418945 /lib/x86_64-linux-gnu/libc-2.24.so 7f9cc54cb000-7f9cc57c5000 r--s 00000000 00:02 4098477461 /opt/ruby-2.6.0-202012151422/usr/lib/libruby.so.2.6.0 7f9cc57c5000-7f9cc5896000 r--s 00000000 00:02 4098527538 /opt/uwsgi-2.0.19.1-202012151422/uwsgi 7f9cc5896000-7f9cc58ac000 r-xp 00000000 00:02 124147 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f9cc58ac000-7f9cc5aab000 ---p 00016000 00:02 124147 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f9cc5aab000-7f9cc5aac000 r--p 00015000 00:02 124147 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f9cc5aac000-7f9cc5aad000 rw-p 00016000 00:02 124147 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f9cc5aad000-7f9cc5ab4000 r-xp 00000000 00:02 4098480640 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/stringio.so 7f9cc5ab4000-7f9cc5cb4000 ---p 00007000 00:02 4098480640 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/stringio.so 7f9cc5cb4000-7f9cc5cb5000 r--p 00007000 00:02 4098480640 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/stringio.so 7f9cc5cb5000-7f9cc5cb6000 rw-p 00008000 00:02 4098480640 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/stringio.so 7f9cc5cb6000-7f9cc5cb8000 r-xp 00000000 00:02 4098480712 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/enc/trans/transdb.so 7f9cc5cb8000-7f9cc5eb8000 ---p 00002000 00:02 4098480712 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/enc/trans/transdb.so 7f9cc5eb8000-7f9cc5eb9000 r--p 00002000 00:02 4098480712 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/enc/trans/transdb.so 7f9cc5eb9000-7f9cc5eba000 rw-p 00003000 00:02 4098480712 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/enc/trans/transdb.so 7f9cc5eba000-7f9cc5ebc000 r-xp 00000000 00:02 4098480658 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/enc/encdb.so 7f9cc5ebc000-7f9cc60bb000 ---p 00002000 00:02 4098480658 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/enc/encdb.so 7f9cc60bb000-7f9cc60bc000 r--p 00001000 00:02 4098480658 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/enc/encdb.so 7f9cc60bc000-7f9cc60bd000 rw-p 00002000 00:02 4098480658 /opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/x86_64-linux-gnu/enc/encdb.so 7f9cc60bd000-7f9cc80c6000 rw-p 00000000 00:00 0 7f9cc80c6000-7f9cc80ce000 r-xp 00000000 00:02 4053426676 /lib/x86_64-linux-gnu/libcrypt-2.24.so 7f9cc80ce000-7f9cc82ce000 ---p 00008000 00:02 4053426676 /lib/x86_64-linux-gnu/libcrypt-2.24.so 7f9cc82ce000-7f9cc82cf000 r--p 00008000 00:02 4053426676 /lib/x86_64-linux-gnu/libcrypt-2.24.so 7f9cc82cf000-7f9cc82d0000 rw-p 00009000 00:02 4053426676 /lib/x86_64-linux-gnu/libcrypt-2.24.so 7f9cc82d0000-7f9cc82fe000 rw-p 00000000 00:00 0 7f9cc82fe000-7f9cc837f000 r-xp 00000000 00:02 133339 /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 7f9cc837f000-7f9cc857f000 ---p 00081000 00:02 133339 /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 7f9cc857f000-7f9cc8580000 r--p 00081000 00:02 133339 /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 7f9cc8580000-7f9cc8581000 rw-p 00082000 00:02 133339 /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 7f9cc8581000-7f9cc8588000 r-xp 00000000 00:02 4053426696 /lib/x86_64-linux-gnu/librt-2.24.so 7f9cc8588000-7f9cc8787000 ---p 00007000 00:02 4053426696 /lib/x86_64-linux-gnu/librt-2.24.so 7f9cc8787000-7f9cc8788000 r--p 00006000 00:02 4053426696 /lib/x86_64-linux-gnu/librt-2.24.so 7f9cc8788000-7f9cc8789000 rw-p 00007000 00:02 4053426696 /lib/x86_64-linux-gnu/librt-2.24.so 7f9cc8789000-7f9cc8a79000 r-xp 00000000 00:02 4098477461 /opt/ruby-2.6.0-202012151422/usr/lib/libruby.so.2.6.0 7f9cc8a79000-7f9cc8c78000 ---p 002f0000 00:02 4098477461 /opt/ruby-2.6.0-202012151422/usr/lib/libruby.so.2.6.0 7f9cc8c78000-7f9cc8c7e000 r--p 002ef000 00:02 4098477461 /opt/ruby-2.6.0-202012151422/usr/lib/libruby.so.2.6.0 7f9cc8c7e000-7f9cc8c81000 rw-p 002f5000 00:02 4098477461 /opt/ruby-2.6.0-202012151422/usr/lib/libruby.so.2.6.0 7f9cc8c81000-7f9cc8c92000 rw-p 00000000 00:00 0 7f9cc8c92000-7f9cc8ca2000 r-xp 00000000 00:02 4098527547 /opt/uwsgi-2.0.19.1-202012151422/plugins/rack26_plugin.so 7f9cc8ca2000-7f9cc8ea1000 ---p 00010000 00:02 4098527547 /opt/uwsgi-2.0.19.1-202012151422/plugins/rack26_plugin.so 7f9cc8ea1000-7f9cc8ea2000 r--p 0000f000 00:02 4098527547 /opt/uwsgi-2.0.19.1-202012151422/plugins/rack26_plugin.so 7f9cc8ea2000-7f9cc8ea3000 rw-p 00010000 00:02 4098527547 /opt/uwsgi-2.0.19.1-202012151422/plugins/rack26_plugin.so 7f9cc8ea3000-7f9cc8ead000 r-xp 00000000 00:02 4053426689 /lib/x86_64-linux-gnu/libnss_files-2.24.so 7f9cc8ead000-7f9cc90ad000 ---p 0000a000 00:02 4053426689 /lib/x86_64-linux-gnu/libnss_files-2.24.so 7f9cc90ad000-7f9cc90ae000 r--p 0000a000 00:02 4053426689 /lib/x86_64-linux-gnu/libnss_files-2.24.so 7f9cc90ae000-7f9cc90af000 rw-p 0000b000 00:02 4053426689 /lib/x86_64-linux-gnu/libnss_files-2.24.so 7f9cc90af000-7f9cc90b5000 rw-p 00000000 00:00 0 7f9cc90b5000-7f9cc90c0000 r-xp 00000000 00:02 4053426691 /lib/x86_64-linux-gnu/libnss_nis-2.24.so 7f9cc90c0000-7f9cc92bf000 ---p 0000b000 00:02 4053426691 /lib/x86_64-linux-gnu/libnss_nis-2.24.so 7f9cc92bf000-7f9cc92c0000 r--p 0000a000 00:02 4053426691 /lib/x86_64-linux-gnu/libnss_nis-2.24.so 7f9cc92c0000-7f9cc92c1000 rw-p 0000b000 00:02 4053426691 /lib/x86_64-linux-gnu/libnss_nis-2.24.so 7f9cc92c1000-7f9cc92d5000 r-xp 00000000 00:02 4053426686 /lib/x86_64-linux-gnu/libnsl-2.24.so 7f9cc92d5000-7f9cc94d5000 ---p 00014000 00:02 4053426686 /lib/x86_64-linux-gnu/libnsl-2.24.so 7f9cc94d5000-7f9cc94d6000 r--p 00014000 00:02 4053426686 /lib/x86_64-linux-gnu/libnsl-2.24.so 7f9cc94d6000-7f9cc94d7000 rw-p 00015000 00:02 4053426686 /lib/x86_64-linux-gnu/libnsl-2.24.so 7f9cc94d7000-7f9cc94d9000 rw-p 00000000 00:00 0 7f9cc94d9000-7f9cc94e0000 r-xp 00000000 00:02 4053426687 /lib/x86_64-linux-gnu/libnss_compat-2.24.so 7f9cc94e0000-7f9cc96df000 ---p 00007000 00:02 4053426687 /lib/x86_64-linux-gnu/libnss_compat-2.24.so 7f9cc96df000-7f9cc96e0000 r--p 00006000 00:02 4053426687 /lib/x86_64-linux-gnu/libnss_compat-2.24.so 7f9cc96e0000-7f9cc96e1000 rw-p 00007000 00:02 4053426687 /lib/x86_64-linux-gnu/libnss_compat-2.24.so 7f9cc96e1000-7f9cc9876000 r-xp 00000000 00:02 4053418945 /lib/x86_64-linux-gnu/libc-2.24.so 7f9cc9876000-7f9cc9a76000 ---p 00195000 00:02 4053418945 /lib/x86_64-linux-gnu/libc-2.24.so 7f9cc9a76000-7f9cc9a7a000 r--p 00195000 00:02 4053418945 /lib/x86_64-linux-gnu/libc-2.24.so 7f9cc9a7a000-7f9cc9a7c000 rw-p 00199000 00:02 4053418945 /lib/x86_64-linux-gnu/libc-2.24.so 7f9cc9a7c000-7f9cc9a80000 rw-p 00000000 00:00 0 7f9cc9a80000-7f9cc9aa7000 r-xp 00000000 00:02 4053426680 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f9cc9aa7000-7f9cc9ca7000 ---p 00027000 00:02 4053426680 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f9cc9ca7000-7f9cc9ca9000 r--p 00027000 00:02 4053426680 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f9cc9ca9000-7f9cc9caa000 rw-p 00029000 00:02 4053426680 /lib/x86_64-linux-gnu/libexpat.so.1.6.2 7f9cc9caa000-7f9cc9f16000 r-xp 00000000 00:02 4053443593 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 7f9cc9f16000-7f9cca115000 ---p 0026c000 00:02 4053443593 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 7f9cca115000-7f9cca133000 r--p 0026b000 00:02 4053443593 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 7f9cca133000-7f9cca141000 rw-p 00289000 00:02 4053443593 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 7f9cca141000-7f9cca144000 rw-p 00000000 00:00 0 7f9cca144000-7f9cca1a7000 r-xp 00000000 00:02 4053439773 /usr/lib/x86_64-linux-gnu/libssl.so.1.1 7f9cca1a7000-7f9cca3a6000 ---p 00063000 00:02 4053439773 /usr/lib/x86_64-linux-gnu/libssl.so.1.1 7f9cca3a6000-7f9cca3aa000 r--p 00062000 00:02 4053439773 /usr/lib/x86_64-linux-gnu/libssl.so.1.1 7f9cca3aa000-7f9cca3b0000 rw-p 00066000 00:02 4053439773 /usr/lib/x86_64-linux-gnu/libssl.so.1.1 7f9cca3b0000-7f9cca3b4000 r-xp 00000000 00:02 124189 /lib/x86_64-linux-gnu/libuuid.so.1.3.0 7f9cca3b4000-7f9cca5b3000 ---p 00004000 00:02 124189 /lib/x86_64-linux-gnu/libuuid.so.1.3.0 7f9cca5b3000-7f9cca5b4000 r--p 00003000 00:02 124189 /lib/x86_64-linux-gnu/libuuid.so.1.3.0 7f9cca5b4000-7f9cca5b5000 rw-p 00004000 00:02 124189 /lib/x86_64-linux-gnu/libuuid.so.1.3.0 7f9cca5b5000-7f9cca5ce000 r-xp 00000000 00:02 124191 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f9cca5ce000-7f9cca7cd000 ---p 00019000 00:02 124191 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f9cca7cd000-7f9cca7ce000 r--p 00018000 00:02 124191 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f9cca7ce000-7f9cca7cf000 rw-p 00019000 00:02 124191 /lib/x86_64-linux-gnu/libz.so.1.2.8 7f9cca7cf000-7f9cca7d2000 r-xp 00000000 00:02 4053426678 /lib/x86_64-linux-gnu/libdl-2.24.so 7f9cca7d2000-7f9cca9d1000 ---p 00003000 00:02 4053426678 /lib/x86_64-linux-gnu/libdl-2.24.so 7f9cca9d1000-7f9cca9d2000 r--p 00002000 00:02 4053426678 /lib/x86_64-linux-gnu/libdl-2.24.so 7f9cca9d2000-7f9cca9d3000 rw-p 00003000 00:02 4053426678 /lib/x86_64-linux-gnu/libdl-2.24.so 7f9cca9d3000-7f9ccaad6000 r-xp 00000000 00:02 4053426683 /lib/x86_64-linux-gnu/libm-2.24.so 7f9ccaad6000-7f9ccacd5000 ---p 00103000 00:02 4053426683 /lib/x86_64-linux-gnu/libm-2.24.so 7f9ccacd5000-7f9ccacd6000 r--p 00102000 00:02 4053426683 /lib/x86_64-linux-gnu/libm-2.24.so 7f9ccacd6000-7f9ccacd7000 rw-p 00103000 00:02 4053426683 /lib/x86_64-linux-gnu/libm-2.24.so 7f9ccacd7000-7f9ccacef000 r-xp 00000000 00:02 4053426694 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f9ccacef000-7f9ccaeee000 ---p 00018000 00:02 4053426694 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f9ccaeee000-7f9ccaeef000 r--p 00017000 00:02 4053426694 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f9ccaeef000-7f9ccaef0000 rw-p 00018000 00:02 4053426694 /lib/x86_64-linux-gnu/libpthread-2.24.so 7f9ccaef0000-7f9ccaef4000 rw-p 00000000 00:00 0 7f9ccaef4000-7f9ccaef6000 r-xp 00000000 00:02 4053439923 /usr/local/lib/gandi/gandi-preload.so 7f9ccaef6000-7f9ccb0f5000 ---p 00002000 00:02 4053439923 /usr/local/lib/gandi/gandi-preload.so 7f9ccb0f5000-7f9ccb0f6000 r--p 00001000 00:02 4053439923 /usr/local/lib/gandi/gandi-preload.so 7f9ccb0f6000-7f9ccb0f7000 rw-p 00002000 00:02 4053439923 /usr/local/lib/gandi/gandi-preload.so 7f9ccb0f7000-7f9ccb11a000 r-xp 00000000 00:02 4053421660 /lib/x86_64-linux-gnu/ld-2.24.so 7f9ccb13f000-7f9ccb151000 r--s 00000000 00:02 4098527547 /opt/uwsgi-2.0.19.1-202012151422/plugins/rack26_plugin.so 7f9ccb151000-7f9ccb16a000 rw-s 00000000 00:01 1113274502 /dev/zero (deleted) 7f9ccb16a000-7f9ccb16c000 rw-s 00000000 00:01 1113274501 /dev/zero (deleted) 7f9ccb16c000-7f9ccb16e000 rw-s 00000000 00:01 1113274500 /dev/zero (deleted) 7f9ccb16e000-7f9ccb170000 rw-s 00000000 00:01 1113274499 /dev/zero (deleted) 7f9ccb170000-7f9ccb171000 rw-s 00000000 00:01 1113274498 /dev/zero (deleted) 7f9ccb171000-7f9ccb172000 rw-s 00000000 00:01 1113274497 /dev/zero (deleted) 7f9ccb172000-7f9ccb182000 rw-s 00000000 00:01 1113274496 /dev/zero (deleted) 7f9ccb182000-7f9ccb184000 rw-s 00000000 00:01 1113274495 /dev/zero (deleted) 7f9ccb184000-7f9ccb186000 rw-s 00000000 00:01 1113274494 /dev/zero (deleted) 7f9ccb186000-7f9ccb188000 rw-s 00000000 00:01 1113274493 /dev/zero (deleted) 7f9ccb188000-7f9ccb189000 rw-s 00000000 00:01 1113274492 /dev/zero (deleted) 7f9ccb189000-7f9ccb18a000 rw-s 00000000 00:01 1113274491 /dev/zero (deleted) 7f9ccb18a000-7f9ccb19a000 rw-s 00000000 00:01 1113274490 /dev/zero (deleted) 7f9ccb19a000-7f9ccb19c000 rw-s 00000000 00:01 1113274489 /dev/zero (deleted) 7f9ccb19c000-7f9ccb19e000 rw-s 00000000 00:01 1113274488 /dev/zero (deleted) 7f9ccb19e000-7f9ccb1a0000 rw-s 00000000 00:01 1113274487 /dev/zero (deleted) 7f9ccb1a0000-7f9ccb1a1000 rw-s 00000000 00:01 1113274486 /dev/zero (deleted) 7f9ccb1a1000-7f9ccb1a2000 rw-s 00000000 00:01 1113274485 /dev/zero (deleted) 7f9ccb1a2000-7f9ccb1b2000 rw-s 00000000 00:01 1113274484 /dev/zero (deleted) 7f9ccb1b2000-7f9ccb1b4000 rw-s 00000000 00:01 1113274483 /dev/zero (deleted) 7f9ccb1b4000-7f9ccb1b6000 rw-s 00000000 00:01 1113274482 /dev/zero (deleted) 7f9ccb1b6000-7f9ccb1b8000 rw-s 00000000 00:01 1113274481 /dev/zero (deleted) 7f9ccb1b8000-7f9ccb1b9000 rw-s 00000000 00:01 1113274480 /dev/zero (deleted) 7f9ccb1b9000-7f9ccb1ba000 rw-s 00000000 00:01 1113274479 /dev/zero (deleted) 7f9ccb1ba000-7f9ccb1ca000 rw-s 00000000 00:01 1113274478 /dev/zero (deleted) 7f9ccb1ca000-7f9ccb1cc000 rw-s 00000000 00:01 1113274477 /dev/zero (deleted) 7f9ccb1cc000-7f9ccb1ce000 rw-s 00000000 00:01 1113274476 /dev/zero (deleted) 7f9ccb1ce000-7f9ccb1d0000 rw-s 00000000 00:01 1113274475 /dev/zero (deleted) 7f9ccb1d0000-7f9ccb1d1000 rw-s 00000000 00:01 1113274474 /dev/zero (deleted) 7f9ccb1d1000-7f9ccb1d2000 rw-s 00000000 00:01 1113274473 /dev/zero (deleted) 7f9ccb1d2000-7f9ccb1e2000 rw-s 00000000 00:01 1113274472 /dev/zero (deleted) 7f9ccb1e2000-7f9ccb1e3000 rw-s 00000000 00:01 1113274471 /dev/zero (deleted) 7f9ccb1e3000-7f9ccb2e4000 rw-p 00000000 00:00 0 7f9ccb2e4000-7f9ccb2e5000 rw-s 00000000 00:01 1113274462 /dev/zero (deleted) 7f9ccb2e5000-7f9ccb2e6000 rw-s 00000000 00:01 1113274461 /dev/zero (deleted) 7f9ccb2e6000-7f9ccb2e7000 rw-s 00000000 00:01 1113274460 /dev/zero (deleted) 7f9ccb2e7000-7f9ccb2fd000 rw-s 00000000 00:01 1113274459 /dev/zero (deleted) 7f9ccb2fd000-7f9ccb2fe000 rw-s 00000000 00:01 1113274458 /dev/zero (deleted) 7f9ccb2fe000-7f9ccb2ff000 rw-s 00000000 00:01 1113274457 /dev/zero (deleted) 7f9ccb2ff000-7f9ccb300000 rw-s 00000000 00:01 1113274456 /dev/zero (deleted) 7f9ccb300000-7f9ccb301000 rw-s 00000000 00:01 1113274455 /dev/zero (deleted) 7f9ccb301000-7f9ccb302000 rw-s 00000000 00:01 1113274454 /dev/zero (deleted) 7f9ccb302000-7f9ccb303000 rw-s 00000000 00:01 1113274453 /dev/zero (deleted) 7f9ccb303000-7f9ccb304000 rw-s 00000000 00:01 1113274452 /dev/zero (deleted) 7f9ccb304000-7f9ccb305000 rw-s 00000000 00:01 1113274451 /dev/zero (deleted) 7f9ccb305000-7f9ccb306000 rw-s 00000000 00:01 1113274450 /dev/zero (deleted) 7f9ccb306000-7f9ccb307000 rw-s 00000000 00:01 1113274449 /dev/zero (deleted) 7f9ccb307000-7f9ccb308000 rw-s 00000000 00:01 1113274448 /dev/zero (deleted) 7f9ccb308000-7f9ccb309000 rw-s 00000000 00:01 1113274447 /dev/zero (deleted) 7f9ccb309000-7f9ccb30d000 rw-p 00000000 00:00 0 7f9ccb30d000-7f9ccb30e000 rw-s 00000000 00:01 1113274446 /dev/zero (deleted) 7f9ccb30e000-7f9ccb30f000 rw-s 00000000 00:01 1113274445 /dev/zero (deleted) 7f9ccb30f000-7f9ccb318000 rw-s 00000000 00:01 1113263678 /dev/zero (deleted) 7f9ccb318000-7f9ccb31a000 rw-p 00000000 00:00 0 7f9ccb31a000-7f9ccb31b000 r--p 00023000 00:02 4053421660 /lib/x86_64-linux-gnu/ld-2.24.so 7f9ccb31b000-7f9ccb31c000 rw-p 00024000 00:02 4053421660 /lib/x86_64-linux-gnu/ld-2.24.so 7f9ccb31c000-7f9ccb31d000 rw-p 00000000 00:00 0 7ffdb20fe000-7ffdb28fd000 rw-p 00000000 00:00 0 [stack] 7ffdb2984000-7ffdb2986000 r--p 00000000 00:00 0 [vvar] 7ffdb2986000-7ffdb2988000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]

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